Skip to content

Commit

Permalink
[skip ci] 0.0.20 → 0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
faridrashidi committed Apr 22, 2022
1 parent d5ae5d4 commit 681ab0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0.20
current_version = 0.0.21
commit = True
message = [skip ci] {current_version} → {new_version}
tag = False
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
__author__ = ", ".join(["Farid Rashidi"])
__maintainer__ = ", ".join(["Farid Rashidi"])
__email__ = ", ".join(["[email protected]"])
__version__ = "0.0.20"
__version__ = "0.0.21"

if platform == "linux" or platform == "linux2":
os.environ["CC"] = "g++"
Expand Down
2 changes: 1 addition & 1 deletion trisicell/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
__author__ = ", ".join(["Farid Rashidi"])
__maintainer__ = ", ".join(["Farid Rashidi"])
__email__ = ", ".join(["[email protected]"])
__version__ = "0.0.20"
__version__ = "0.0.21"
__all__ = (datasets, io, logg, pl, pp, settings, tl, ul)

0 comments on commit 681ab0e

Please sign in to comment.