Skip to content

Commit f7d61aa

Browse files
committed
build: update version to 2.0.1
1 parent 96ed205 commit f7d61aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from time import gmtime, strftime
1717
from re import match
1818

19-
__version__ = '2.0.0'
19+
__version__ = '2.0.1'
2020

2121
# -- Project information -----------------------------------------------------
2222

src/crappy/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# coding: utf-8
22

3-
__version__ = '2.0.0'
3+
__version__ = '2.0.1'

0 commit comments

Comments
 (0)