From a27f2218dcba2b65e0e18e572fa8b38a4226c0cb Mon Sep 17 00:00:00 2001 From: Giulio Rossetti Date: Fri, 15 Oct 2021 10:46:12 +0200 Subject: [PATCH] :arrow_up: v0.2.5 --- conda/meta.yaml | 2 +- docs/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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',