Skip to content

Commit

Permalink
Bump version: 0.4.4 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Jan 22, 2025
1 parent 4dbc66d commit 3d914db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.4
current_version = 0.5.0
commit = True
tag = True
files = pyproject.toml networkcommons/_metadata.py docs/src/conf.py
Expand Down
2 changes: 1 addition & 1 deletion docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
project = 'NetworkCommons'
author = 'SaezLab'
release = 'alpha'
version = '0.4.4'
version = '0.5.0'
copyright = f"{datetime.now():%Y}, NetworkCommons developers"

# -- General configuration
Expand Down
2 changes: 1 addition & 1 deletion networkcommons/_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

import toml

_VERSION = '0.4.4'
_VERSION = '0.5.0'


def get_metadata():
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "networkcommons"
version = "0.4.4"
version = "0.5.0"
description = "Integrated framework for network inference and evaluation using prior knowledge and omics data"
license = "gpl-3.0-only"
authors = [
Expand Down

0 comments on commit 3d914db

Please sign in to comment.