Commit 3efbae60 by Gabe Mulley

Merge pull request #31 from mulby/gabe/release-0.2.0

Bump version to 0.2.0
parents 0074ae75 dc4c9008
...@@ -11,7 +11,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) ...@@ -11,7 +11,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup( setup(
name='event-tracking', name='event-tracking',
version='0.1.0', version='0.2.0',
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
license='AGPLv3 License', license='AGPLv3 License',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment