We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808f31c commit ab3c972Copy full SHA for ab3c972
4 files changed
.gitignore
@@ -15,4 +15,5 @@ dist
15
*.dist
16
*.egg-info
17
*.cpython-312.pyc
18
-example-socket-export.py
+example-socket-export.py
19
+__pycache__/
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "socketdev"
7
-version = "3.0.8"
+version = "3.0.9"
8
requires-python = ">= 3.9"
9
dependencies = [
10
'requests',
socketdev/basics/__pycache__/.gitkeep
socketdev/version.py
@@ -1 +1 @@
1
-__version__ = "3.0.8"
+__version__ = "3.0.9"
0 commit comments