Skip to content

Commit 0e273fb

Browse files
committed
Bump version to 4.1.0
1 parent 9bee7b9 commit 0e273fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

diskcache/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
pass
4545

4646
__title__ = 'diskcache'
47-
__version__ = '4.0.0'
48-
__build__ = 0x040000
47+
__version__ = '4.1.0'
48+
__build__ = 0x040100
4949
__author__ = 'Grant Jenks'
5050
__license__ = 'Apache 2.0'
5151
__copyright__ = 'Copyright 2016-2018 Grant Jenks'

0 commit comments

Comments
 (0)