-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea2272b
commit 8c60f1e
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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('.'), | ||
|