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 d3cbb76 commit 611c183
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='binaryconvert',
version='v2.0',
version='v2.1',
packages=find_packages(),
license='MIT',
description='A super easy Python tool that converts your text into binary language (8-bit).',
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/wfxey/binaryconvert/archive/refs/tags/v2.0.tar.gz',
download_url='https://github.com/wfxey/binaryconvert/archive/refs/tags/v2.1.tar.gz',
keywords=['binary', '8-bit', 'text-to-binary'],
install_requires=[
# Empty
Expand Down

0 comments on commit 611c183

Please sign in to comment.