We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263ff09 commit 3b28e0eCopy full SHA for 3b28e0e
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "socketify"
7
-version = "0.0.24"
+version = "0.0.25"
8
dynamic = ["dependencies"]
9
authors = [
10
{ name="Ciro Spaciari", email="ciro.spaciari@gmail.com" },
setup.py
@@ -58,7 +58,7 @@
58
59
setuptools.setup(
60
name="socketify",
61
- version="0.0.24",
+ version="0.0.25",
62
platforms=["any"],
63
author="Ciro Spaciari",
64
author_email="ciro.spaciari@gmail.com",
0 commit comments