Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FAHRIZTX authored Sep 27, 2023
1 parent ec1b207 commit 1cb50b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='zksoap',
version='0.0.3',
version='0.0.4',
author='Muhammad Fahri',
author_email='[email protected]',
long_description = long_description,
Expand All @@ -14,4 +14,4 @@
packages = setuptools.find_packages(where="src"),
python_requires = ">=3.6",
license='MIT'
)
)

0 comments on commit 1cb50b8

Please sign in to comment.