Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Topkinsme committed Feb 21, 2022
1 parent 711aa52 commit 6a84b9d
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 @@ -6,7 +6,7 @@
setuptools.setup(
name='enig',
packages=['enig'],
version='0.0.8',
version='0.0.9',
license='GNU GPL v3',
description='Testing installation of Package',
long_description=long_description,
Expand All @@ -26,5 +26,5 @@
'Programming Language :: Python :: 3.9',
],

download_url="https://github.com/Topkinsme/enigma_machine/archive/refs/tags/0.0.8.tar.gz",
download_url="https://github.com/Topkinsme/enigma_machine/archive/refs/tags/0.0.9.tar.gz",
)

0 comments on commit 6a84b9d

Please sign in to comment.