Skip to content

Commit eaf61a0

Browse files
committed
Fix the merge conflicts
2 parents 9135c20 + ac5da33 commit eaf61a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.10"
7+
version = "3.0.11"
88
requires-python = ">= 3.9"
99
dependencies = [
1010
'requests',

socketdev/version.py

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

0 commit comments

Comments
 (0)