Skip to content

Commit

Permalink
fix: version update
Browse files Browse the repository at this point in the history
  • Loading branch information
afoncubierta committed Apr 16, 2021
1 parent fc3f5b8 commit 47a9958
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 @@ -128,12 +128,12 @@ def run(self):
# TODO: Update these values according to the name of the module.
setup(
name='histocartography',
version='0.1',
version='0.1.1',
description='Installable histocartography package.',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
url='https://github.com/histocartography/histocartography',
download_url='https://github.com/histocartography/histocartography/archive/refs/tags/v0.1-alpha3.tar.gz',
download_url='https://github.com/histocartography/histocartography/archive/refs/tags/v0.1.1.tar.gz',
author='Guillaume Jaume, Pushpak Pati, Antonio Foncubierta Rodríguez',
author_email='[email protected], [email protected]',
packages=find_packages('.'),
Expand Down

0 comments on commit 47a9958

Please sign in to comment.