Skip to content

Commit d2976c4

Browse files
committed
0.2.0
1 parent 290d03b commit d2976c4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
include AUTHORS
22
include LICENSE
33
include README.rst
4+
recursive-include trackstats *.html *.js *.css

trackstats/__init__.py

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

1111
__title__ = 'django-trackstats'
1212
__version_info__ = VERSION

0 commit comments

Comments
 (0)