Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wfxey authored Jul 14, 2024
1 parent 4de7634 commit e36c04b
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='0.1',
version='0.2',
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/wfxey/binaryconvert',
download_url='https://github.com/D-I-Projects/diec/archive/refs/tags/v0.1.tar.gz',
download_url='https://github.com/D-I-Projects/diec/archive/refs/tags/v0.2.tar.gz',
keywords=['diec', 'encoding', 'decoding'],
install_requires=[
'binaryconvert',
Expand Down

0 comments on commit e36c04b

Please sign in to comment.