Skip to content

Commit ab3c972

Browse files
committed
Removing unneeded files
1 parent 808f31c commit ab3c972

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ dist
1515
*.dist
1616
*.egg-info
1717
*.cpython-312.pyc
18-
example-socket-export.py
18+
example-socket-export.py
19+
__pycache__/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "socketdev"
7-
version = "3.0.8"
7+
version = "3.0.9"
88
requires-python = ">= 3.9"
99
dependencies = [
1010
'requests',

socketdev/basics/__pycache__/.gitkeep

Lines changed: 0 additions & 1 deletion
This file was deleted.

socketdev/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.8"
1+
__version__ = "3.0.9"

0 commit comments

Comments
 (0)