Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dweemx committed Apr 20, 2021
1 parent 549c1fd commit 07ff05f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = True

Expand All @@ -10,3 +10,4 @@ replace = version = "{new_version}"
[bumpversion:file:loomxpy/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

2 changes: 1 addition & 1 deletion loomxpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Maxime De Waegeneer"""
__email__ = "[email protected]"
__version__ = "0.1.0"
__version__ = "__version__ = '0.2.0'"


__DEBUG__ = False
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "loomxpy"
version = "0.1.0"
version = "0.2.0"
homepage = "https://github.com/aertslab/loomxpy"
description = "Top-level package for LoomXpy."
authors = ["Maxime De Waegeneer <[email protected]>"]
Expand Down

0 comments on commit 07ff05f

Please sign in to comment.