Skip to content

Commit 32de9e7

Browse files
committed
Bump version: 0.2.9 → 1.0.0
1 parent 3e20c6e commit 32de9e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.9
2+
current_version = 1.0.0
33
files = setup.py
44
commit = True
55
tag = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import find_packages, setup
33

44

5-
VERSION = "0.2.9"
5+
VERSION = "1.0.0"
66

77

88
def read(fname):

0 commit comments

Comments
 (0)