Skip to content

Commit

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

[bumpversion:file:omark/__init__.py]

[metadata]
description-file = README.md

0 comments on commit 820ec5c

Please sign in to comment.