Skip to content

Commit

Permalink
Version set to 0.0.1a1, updated .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Praseetha-KR committed Mar 8, 2019
1 parent 9c6f4a6 commit b09980a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,6 @@ venv.bak/

# mypy
.mypy_cache/

# editor
.vscode/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

__VERSION__ = '0.0.1'
__VERSION__ = '0.0.1a1'


def readme(*paths):
Expand Down

0 comments on commit b09980a

Please sign in to comment.