Skip to content

Commit

Permalink
Chore: Bump version 0.6.0 -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dileep-kishore committed Mar 4, 2021
1 parent a480e83 commit ba8a766
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion micone/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__author__ = """Dileep Kishore"""
__email__ = "dkishore@bu.edu"
__version__ = "0.6.0"
__version__ = "0.7.0"

from .main import Lineage, Network, NetworkGroup, Otu
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "micone"
version = "0.6.1"
version = "0.7.0"
description = "The Microbial Co-occurrence Network Explorer"
authors = ["Dileep Kishore <dkishore@bu.edu>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.0
current_version = 0.7.0
commit = True
tag = True

Expand Down

0 comments on commit ba8a766

Please sign in to comment.