Skip to content

Commit b4db724

Browse files
committed
Fix version to 3.0.1
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 12dee4a commit b4db724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from setuptools import find_packages
1717
from setuptools import setup
1818

19-
version = '3.0.'
19+
version = '3.0.1'
2020

2121
#### Small hack to force using a plain version number if the option
2222
#### --plain-version is passed to setup.py

0 commit comments

Comments
 (0)