Skip to content

Commit 40530ce

Browse files
authored
Fixing hatch versioning (#139)
* Fixing hatch versioning * Fixed typo in toml * Fixing uv lock and testing hatch
1 parent c2deb21 commit 40530ce

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "socketsecurity"
9-
version = "2.2.48"
9+
version = "2.2.51"
1010
requires-python = ">= 3.10"
1111
license = {"file" = "LICENSE"}
1212
dependencies = [
@@ -165,3 +165,4 @@ include = ["socketsecurity", "LICENSE"]
165165
dev = [
166166
"pre-commit>=4.3.0",
167167
]
168+

socketsecurity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.2.48'
2+
__version__ = '2.2.51'
33
USER_AGENT = f'SocketPythonCLI/{__version__}'

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)