Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wfxey authored Nov 16, 2024
1 parent bc08021 commit ed3d20f
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.6',
version='v2.7',
packages=find_packages(),
license='MIT',
description='A super easy Python tool that converts your text into binary language.',
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.6.tar.gz',
download_url='https://github.com/wfxey/binaryconvert/archive/refs/tags/v2.7.tar.gz',
keywords=['binary', 'binaries', 'text-to-binary'],
install_requires=[
# Empty
Expand Down

0 comments on commit ed3d20f

Please sign in to comment.