Skip to content

Commit b881a96

Browse files
committed
Bump version: 1.8.2 → 1.9.0
1 parent 91b783c commit b881a96

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.8.2
2+
current_version = 1.9.0
33
commit = True
44
tag = True
55
tag_name = {new_version}
@@ -8,3 +8,4 @@ tag_name = {new_version}
88

99
[bdist_wheel]
1010
universal = 1
11+

simple_history/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import unicode_literals
22

3-
__version__ = '1.8.2'
3+
__version__ = '1.9.0'
44

55

66
def register(

0 commit comments

Comments
 (0)