Skip to content

Commit a27f221

Browse files
⬆️ v0.2.5
1 parent 04fb848 commit a27f221

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "cdlib" %}
2-
{% set version = "0.2.4" %}
2+
{% set version = "0.2.5" %}
33

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

docs/conf.py

Lines changed: 2 additions & 2 deletions
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.4"
137+
version = u"0.2.5"
138138
# The full version, including alpha/beta/rc tags.
139-
release = u"0.2.4"
139+
release = u"0.2.5"
140140

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

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

0 commit comments

Comments
 (0)