Skip to content

Commit

Permalink
Bump version: 1.2.0 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gahjelle committed Feb 9, 2021
1 parent 95e6bda commit a7ad85a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[bumpversion]
current_version = 1.2.0
current_version = 1.3.0
commit = True
tag = True

[bumpversion:file:codetiming/__init__.py]

2 changes: 1 addition & 1 deletion codetiming/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ def stuff():
from codetiming._timer import Timer, TimerError # noqa

# Versioning is handled by bump2version
__version__ = "1.2.0"
__version__ = "1.3.0"

0 comments on commit a7ad85a

Please sign in to comment.