diff --git a/conda/meta.yaml b/conda/meta.yaml index b566b43d..dc9314b6 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "cdlib" %} -{% set version = "0.2.2b" %} +{% set version = "0.2.3" %} package: name: "{{ name|lower }}" diff --git a/setup.py b/setup.py index c4e26e88..2440e88d 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup(name='cdlib', - version='0.2.2b', + version='0.2.3', license='BSD-Clause-2', description='Community Discovery Library', url='https://github.com/GiulioRossetti/cdlib',