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 Jul 16, 2024
1 parent 6c2aa64 commit 64e46b8
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.3',
version='1.4',
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/diec',
download_url='https://github.com/D-I-Projects/diec/archive/refs/tags/v1.3.tar.gz',
download_url='https://github.com/D-I-Projects/diec/archive/refs/tags/v1.4.tar.gz',
keywords=['diec', 'encoding', 'decoding'],
install_requires=[
'binaryconvert',
Expand Down

0 comments on commit 64e46b8

Please sign in to comment.