Skip to content

Commit 907cc28

Browse files
author
Ilya Volodarsky
committed
adding version constant to analytics package
1 parent e0587ea commit 907cc28

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

analytics/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
VERSION = '0.3.0'
3+
24
import sys
35

46
try:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='analytics-python',
16-
version='0.3.0',
16+
version='0.3.1',
1717
url='https://github.com/segmentio/analytics-python',
1818
author='Ilya Volodarsky',
1919
author_email='[email protected]',

0 commit comments

Comments
 (0)