Skip to content

Commit b4e1fb8

Browse files
authored
Increase version
1 parent 704a943 commit b4e1fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@ def run(self):
138138
# TODO: Update these values according to the name of the module.
139139
setup(
140140
name="histocartography",
141-
version="0.2.0",
141+
version="0.2.1",
142142
description="Installable histocartography package.",
143143
long_description=open("README.md").read(),
144144
long_description_content_type="text/markdown",
145145
url="https://github.com/histocartography/histocartography",
146-
download_url="https://github.com/histocartography/histocartography/archive/refs/tags/v0.2.0.tar.gz",
146+
download_url="https://github.com/histocartography/histocartography/archive/refs/tags/v0.2.1.tar.gz",
147147
author="Guillaume Jaume, Pushpak Pati, Antonio Foncubierta Rodríguez",
148148
149149
packages=find_packages("."),

0 commit comments

Comments
 (0)