Skip to content

Commit

Permalink
⬆️ v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Jul 13, 2021
1 parent ca8809f commit 01c329a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "cdlib" %}
{% set version = "0.2.3" %}
{% set version = "0.2.4" %}

package:
name: "{{ name|lower }}"
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion requirements.docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ karateclub>=1.0.0
bimlpa
ASLPAw
sphinx==1.7.5 # pyup: ignore
pooch
pooch
dynetx
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 01c329a

Please sign in to comment.