Skip to content

Commit

Permalink
⬆️ v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Oct 15, 2021
1 parent 04fb848 commit a27f221
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.4" %}
{% set version = "0.2.5" %}

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.4"
version = u"0.2.5"
# The full version, including alpha/beta/rc tags.
release = u"0.2.4"
release = u"0.2.5"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
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.4',
version='0.2.5',
license='BSD-Clause-2',
description='Community Discovery Library',
url='https://github.com/GiulioRossetti/cdlib',
Expand Down

0 comments on commit a27f221

Please sign in to comment.