Asib27's picture
try 1
065fee7 verified
raw
history blame
212 Bytes
# 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 module
__version__ = "2.1.3"