Skip to content

Commit

Permalink
Bump version: 0.8.1 → 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pkerpedjiev committed Jul 6, 2023
1 parent 237aff2 commit 44d6023
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[bumpversion]
current_version = 0.8.1
current_version = 0.8.2
commit = True
tag = True

[bumpversion:file:setup.py]

[bumpversion:file:higlass_manage/__init__.py]

2 changes: 1 addition & 1 deletion higlass_manage/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.1"
__version__ = "0.8.2"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
author_email="[email protected]",
url="https://github.com/pkerpedjiev/higlass-manage",
description="Wrappers for running the HiGlass Docker container",
version="0.8.1",
version="0.8.2",
py_modules=["higlass_manage"],
packages=["higlass_manage"],
package_data={"": ["redis/*"]},
include_package_data=True,
install_requires=[
"Click",
"clodius>=0.10.3",
"cooler>=0.8.1",
"cooler>=0.8.2",
"pandas>=0.19",
"higlass-python>=1.0.0",
"docker",
Expand Down

0 comments on commit 44d6023

Please sign in to comment.