From 01c329a0ec003383d85cdff47b8107e848d82019 Mon Sep 17 00:00:00 2001 From: Giulio Rossetti Date: Tue, 13 Jul 2021 11:50:41 +0200 Subject: [PATCH] :arrow_up: v0.2.4 --- README.md | 4 ---- conda/meta.yaml | 2 +- docs/conf.py | 4 ++-- requirements.docs.txt | 3 ++- setup.py | 2 +- 5 files changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index fdefd870..39b73b7e 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,3 @@ If you like to include your model in CDlib feel free to fork the project, open a Contributing is good, doing it correctly is better! Check out our [rules](https://github.com/GiulioRossetti/cdlib/blob/master/.github/CONTRIBUTING.md), issue a proper [pull request](https://github.com/GiulioRossetti/cdlib/blob/master/.github/PULL_REQUEST_TEMPLATE.md) /[bug report](https://github.com/GiulioRossetti/cdlib/blob/master/.github/ISSUE_TEMPLATE/bug_report.md) / [feature request](https://github.com/GiulioRossetti/cdlib/blob/master/.github/ISSUE_TEMPLATE/feature_request.md). We are a welcoming community... just follow the [Code of Conduct](https://github.com/GiulioRossetti/cdlib/blob/master/.github/CODE_OF_CONDUCT.md). - - -## License -[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FGiulioRossetti%2Fcdlib.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FGiulioRossetti%2Fcdlib?ref=badge_large) diff --git a/conda/meta.yaml b/conda/meta.yaml index 1068ae57..798304fb 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "cdlib" %} -{% set version = "0.2.3" %} +{% set version = "0.2.4" %} package: name: "{{ name|lower }}" diff --git a/docs/conf.py b/docs/conf.py index 8c2c8ef3..97c7c2c6 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.3" +version = u"0.2.4" # The full version, including alpha/beta/rc tags. -release = u"0.2.3" +release = u"0.2.4" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/requirements.docs.txt b/requirements.docs.txt index b500777d..119cb07a 100644 --- a/requirements.docs.txt +++ b/requirements.docs.txt @@ -17,4 +17,5 @@ karateclub>=1.0.0 bimlpa ASLPAw sphinx==1.7.5 # pyup: ignore -pooch \ No newline at end of file +pooch +dynetx \ No newline at end of file diff --git a/setup.py b/setup.py index 2440e88d..b27bfc9f 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup(name='cdlib', - version='0.2.3', + version='0.2.4', license='BSD-Clause-2', description='Community Discovery Library', url='https://github.com/GiulioRossetti/cdlib',