You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
293 B
9 lines
293 B
# Package versioning solution originally found here:
|
|
# http://stackoverflow.com/q/458550
|
|
|
|
# Store the version here so:
|
|
# 1) we don't load dependencies by storing it in __init__.py
|
|
# 2) we can import it in setup.py for the same reason
|
|
# 3) we can import it into your module
|
|
__version__ = '0.7'
|