Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: wfxey <158351052+wfxey@users.noreply.github.com>
  • Loading branch information
wfxey committed Aug 17, 2024
1 parent 293286a commit 83f5999
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 @@

setup(
name='diec',
version='1.8',
version='1.9',
packages=find_packages(),
license='MIT',
description='A tool that encodes text and provides a key for decoding!',
Expand All @@ -14,7 +14,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/d-i-projects/diec',
download_url='https://github.com/D-I-Projects/diec/archive/refs/tags/v1.8.tar.gz',
download_url='https://github.com/D-I-Projects/diec/archive/refs/tags/v1.9.tar.gz',
keywords=['diec', 'encoding', 'decoding'],
install_requires=[
'binaryconvert',
Expand Down

0 comments on commit 83f5999

Please sign in to comment.