Skip to content

Commit

Permalink
Bump version: 0.2.2 → 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Feb 10, 2023
1 parent ca9dd81 commit ab96e68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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.2"
__version__ = "0.2.3"
__copyright__ = "(C) 2022-{:d} Yannis Nevers <yannis.nevers@unil.ch>".format(
date.today().year
)
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[bumpversion]
current_version = 0.2.2
current_version = 0.2.3
commit = True
tag = False

[bumpversion:file:omark/__init__.py]

[metadata]
description-file = README.md

0 comments on commit ab96e68

Please sign in to comment.