Skip to content

Commit 3af50ec

Browse files
committed
chore: Release 0.5.0
1 parent 3123c62 commit 3af50ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trackstats/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
/_/ /_/ \__,_/\___/_/|_|/____/\__/\__,_/\__/____/
77
88
"""
9-
VERSION = (0, 4, 0, 'final', 0)
9+
VERSION = (0, 5, 0, 'final', 0)
1010

1111
__title__ = 'django-trackstats'
1212
__version_info__ = VERSION
1313
__version__ = '.'.join(map(str, VERSION[:3])) + ('-{}{}'.format(
1414
VERSION[3], VERSION[4] or '') if VERSION[3] != 'final' else '')
1515
__author__ = 'Raymond Penners'
1616
__license__ = 'MIT'
17-
__copyright__ = 'Copyright 2016 Raymond Penners and contributors'
17+
__copyright__ = 'Copyright 2018 Raymond Penners and contributors'

0 commit comments

Comments
 (0)