Skip to content

Commit 3e052ee

Browse files
author
Ilya Volodarsky
committed
putting version in analytics package declaration
1 parent 907cc28 commit 3e052ee

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

analytics/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
VERSION = '0.3.0'
2+
VERSION = '0.3.2'
33

44
import sys
55

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from analytics import VERSION
12
from distutils.core import setup
23

34
long_description = '''
@@ -13,7 +14,7 @@
1314

1415
setup(
1516
name='analytics-python',
16-
version='0.3.1',
17+
version=VERSION,
1718
url='https://github.com/segmentio/analytics-python',
1819
author='Ilya Volodarsky',
1920
author_email='[email protected]',

0 commit comments

Comments
 (0)