Skip to content

Commit

Permalink
Bump version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjenks committed Oct 13, 2019
1 parent 9bee7b9 commit 0e273fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diskcache/__init__.py
Expand Up @@ -44,8 +44,8 @@
pass

__title__ = 'diskcache'
__version__ = '4.0.0'
__build__ = 0x040000
__version__ = '4.1.0'
__build__ = 0x040100
__author__ = 'Grant Jenks'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2016-2018 Grant Jenks'

0 comments on commit 0e273fb

Please sign in to comment.