Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 01c329a

Browse files
committedJul 13, 2021
⬆️ v0.2.4
1 parent ca8809f commit 01c329a

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed
 

‎README.md

-4
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,3 @@ If you like to include your model in CDlib feel free to fork the project, open a
126126
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).
127127

128128
We are a welcoming community... just follow the [Code of Conduct](https://github.com/GiulioRossetti/cdlib/blob/master/.github/CODE_OF_CONDUCT.md).
129-
130-
131-
## License
132-
[![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)

‎conda/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "cdlib" %}
2-
{% set version = "0.2.3" %}
2+
{% set version = "0.2.4" %}
33

44
package:
55
name: "{{ name|lower }}"

‎docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ def __getattr__(cls, name):
134134
# built documents.
135135
#
136136
# The short X.Y version.
137-
version = u"0.2.3"
137+
version = u"0.2.4"
138138
# The full version, including alpha/beta/rc tags.
139-
release = u"0.2.3"
139+
release = u"0.2.4"
140140

141141
# The language for content autogenerated by Sphinx. Refer to documentation
142142
# for a list of supported languages.

‎requirements.docs.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ karateclub>=1.0.0
1717
bimlpa
1818
ASLPAw
1919
sphinx==1.7.5 # pyup: ignore
20-
pooch
20+
pooch
21+
dynetx

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
setup(name='cdlib',
21-
version='0.2.3',
21+
version='0.2.4',
2222
license='BSD-Clause-2',
2323
description='Community Discovery Library',
2424
url='https://github.com/GiulioRossetti/cdlib',

0 commit comments

Comments
 (0)
Please sign in to comment.