diff --git a/doc/conf.py b/doc/conf.py index 68ed865..117edb8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -66,7 +66,7 @@ # The short X.Y version. version = '0.2' # The full version, including alpha/beta/rc tags. -release = '0.2.3' +release = '0.2.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/dev_notes.txt b/doc/dev_notes.txt index d3135a1..ab8f25e 100644 --- a/doc/dev_notes.txt +++ b/doc/dev_notes.txt @@ -6,7 +6,7 @@ ghp-import doc/_build/html/ -p -n for new releases: - update version & relese in `conf.py` -- make sure doc is still correct `make doctests` +- make sure doc is still correct `make doctest` run test server cd fastFM/doc/ diff --git a/setup.py b/setup.py index 20525a5..cf29680 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ packages=['fastFM'], - version='0.2.4', + version='0.2.5', url='http://ibayer.github.io/fastFM', author='Immanuel Bayer', author_email='immanuel.bayer@uni-konstanz.de',