Skip to content

Commit

Permalink
Bump version: 0.2.1 → 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Oct 12, 2022
1 parent 86afafe commit 6ff4aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion omark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from datetime import date

__packagename__ = "omark"
__version__ = "0.2.1"
__version__ = "0.2.2"
__copyright__ = "(C) 2022-{:d} Yannis Nevers <yannis.nevers@unil.ch>".format(
date.today().year
)
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.2.1
current_version = 0.2.2
commit = True
tag = False

Expand Down

0 comments on commit 6ff4aea

Please # to comment.