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 ea2272b commit 8c60f1e
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.1',
version='0.1.2',
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.1.tar.gz',
download_url='https://github.com/histocartography/histocartography/archive/refs/tags/v0.1.2.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 8c60f1e

Please sign in to comment.