Skip to content

Commit f5f14b9

Browse files
committed
Bump version: 3.0.1 → 3.0.2
1 parent f2d197e commit f5f14b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
VERSION = "3.0.1"
5+
VERSION = "3.0.2"
66

77

88
def read(fname):

0 commit comments

Comments
 (0)