Skip to content

Commit

Permalink
virsion 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Sharifi committed Jan 23, 2022
1 parent d1291a9 commit 1f227eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
this_directory = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read()

version='1.1.1'
setup(
name="preimutils",
packages=find_packages(),
version='1.1.1',
version=version,
description="All you need to prepare and preprocess your annotated images",
long_description=long_description,
long_description_content_type='text/markdown',
url="https://github.com/mrl-amrl/preimutils",
download_url='https://github.com/mrl-amrl/preimutils/archive/1.0.6.tar.gz',
download_url='https://github.com/mrl-amrl/preimutils/archive/{}.tar.gz'.format(version),
author="Amir Sharifi",
author_email="[email protected]",
license='MIT',
Expand Down

0 comments on commit 1f227eb

Please sign in to comment.