Skip to content

Commit a5fa800

Browse files
committed
Bump version: 2.0.0 → 2.0.1
1 parent 2a2b53a commit a5fa800

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

omamer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from datetime import date
2424

2525
__packagename__ = "omamer"
26-
__version__ = "2.0.0"
26+
__version__ = "2.0.1"
2727
__copyright__ = "(C) 2019-{:d} Victor Rossier <[email protected]> and Alex Warwick Vesztrocy <[email protected]>".format(
2828
date.today().year
2929
)

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.0
2+
current_version = 2.0.1
33
commit = True
44
tag = False
55

0 commit comments

Comments
 (0)