summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2016-03-30 15:21:08 +0200
committerGard Spreemann <gspreemann@gmail.com>2016-03-30 15:21:08 +0200
commit913ccb18bb20f1f536fa6f4815812018428bae3a (patch)
tree1e30c3d87288d2a436a1d09e63c174ad86974b12
parentbdb5bb5bb9af58e4e61acae13ea1c35b52bde2e7 (diff)
Version 0.0.4.v0.0.4
-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 e1afff0..c0665af 100644
--- a/README.md
+++ b/README.md
@@ -34,8 +34,8 @@ following caveats:
Installation
-----
-Version 0.0.3 is available
-[here](https://nonempty.org/software/python-phstuff/phstuff-0.0.3.tar.gz). The
+Version 0.0.4 is available
+[here](https://nonempty.org/software/python-phstuff/phstuff-0.0.4.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 e7d3eb0..ffa2007 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
from setuptools import setup
setup(name="phstuff",
- version="0.0.3", # Remember to update version and download
+ version="0.0.4", # Remember to update version and download
# information in README.md too!
description="Some persistent homology glue",
url="https://nonempty.org/software/python-phstuff",