summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2017-10-16 17:51:47 +0200
committerGard Spreemann <gspreemann@gmail.com>2017-10-16 17:51:47 +0200
commit808fa47acce7138e4017ae28379f81ffb229f1a7 (patch)
tree2e214d954a88f2423100d402c9dbd2c62e908a91
parent1b669c413807df8a12365791a62f6aa3c2eb9ccd (diff)
Version 0.0.7.
-rw-r--r--README.md4
-rw-r--r--setup.py2
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",