From 808fa47acce7138e4017ae28379f81ffb229f1a7 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Mon, 16 Oct 2017 17:51:47 +0200 Subject: Version 0.0.7. --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e67fcf..43c4ee5 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ following caveats: Installation ----- -Version 0.0.6 is available -[here](https://nonempty.org/software/python-phstuff/phstuff-0.0.6.tar.gz). The +Version 0.0.7 is available +[here](https://nonempty.org/software/python-phstuff/phstuff-0.0.7.tar.gz). The package can be installed using standard Python tools, for example by doing `python setup.py install --user` or something similar. diff --git a/setup.py b/setup.py index 4dc3ed7..2f5a59b 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name="phstuff", - version="0.0.6", # Remember to update version and download + version="0.0.7", # Remember to update version and download # information in README.md too! description="Some persistent homology glue", url="https://nonempty.org/software/python-phstuff", -- cgit v1.2.3