Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
afoncubierta authored Jan 18, 2022
1 parent 704a943 commit b4e1fb8
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 @@ -138,12 +138,12 @@ def run(self):
# TODO: Update these values according to the name of the module.
setup(
name="histocartography",
version="0.2.0",
version="0.2.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.2.0.tar.gz",
download_url="https://github.com/histocartography/histocartography/archive/refs/tags/v0.2.1.tar.gz",
author="Guillaume Jaume, Pushpak Pati, Antonio Foncubierta Rodríguez",
author_email="[email protected], [email protected], [email protected]",
packages=find_packages("."),
Expand Down

0 comments on commit b4e1fb8

Please sign in to comment.