1

2

3

4

5

6

7

8

9

10

11

12

13

14

# -*- coding: utf-8 -*- 

""" 

See PEP 386 (http://www.python.org/dev/peps/pep-0386/) 

 

Release logic: 

1. Remove "dev" from current. 

2. git commit 

3. git tag <version> 

4. push to pypi + push to github 

5. bump the version, append '.dev0' 

6. git commit 

7. push to github (to avoid confusion) 

""" 

__version__ = '0.0.10.dev0'