Skip to content

Commit 3f7ae53

Browse files
committed
Bump version: 0.2.8 → 0.2.9
1 parent d322eae commit 3f7ae53

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.bumpversion.cfg

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

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.8'
5+
VERSION = '0.2.9'
66

77

88
def read(fname):

0 commit comments

Comments
 (0)