Skip to content

Commit

Permalink
Bump version: 0.3.1 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dweemx committed Jul 15, 2021
1 parent d273d98 commit f44801c
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.3.1
current_version = 0.4.0
commit = True
tag = True

Expand Down
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__ = "__version__ = '0.3.1'"
__version__ = "__version__ = '0.4.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.3.1"
version = "0.4.0"
homepage = "https://github.com/aertslab/loomxpy"
description = "Top-level package for LoomXpy."
authors = ["Maxime De Waegeneer <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read_requirements(fname):
description="Python package to create .loom files (compatible with SCope) and extend them with other data (e.g.: SCENIC regulons)",
long_description=open("README.rst").read(),
url="https://github.com/aertslab/LoomXpy",
version="__version__ = '0.3.1'",
version="__version__ = '0.4.0'",
license="MIT",
author="Maxime De Waegeneer, Kristofer Davie",
install_requires=read_requirements("requirements.txt"),
Expand Down

0 comments on commit f44801c

Please sign in to comment.