diff --git a/conda/meta.yaml b/conda/meta.yaml index 798304fb..327f7e4e 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "cdlib" %} -{% set version = "0.2.4" %} +{% set version = "0.2.5" %} package: name: "{{ name|lower }}" diff --git a/docs/conf.py b/docs/conf.py index 97c7c2c6..da37cc17 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -134,9 +134,9 @@ def __getattr__(cls, name): # built documents. # # The short X.Y version. -version = u"0.2.4" +version = u"0.2.5" # The full version, including alpha/beta/rc tags. -release = u"0.2.4" +release = u"0.2.5" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index b27bfc9f..786f365c 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup(name='cdlib', - version='0.2.4', + version='0.2.5', license='BSD-Clause-2', description='Community Discovery Library', url='https://github.com/GiulioRossetti/cdlib',