Skip to content

Commit

Permalink
increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniojbt committed Nov 16, 2018
1 parent 1aefc7b commit c72c863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ develop-eggs
.installed.cfg
lib
lib64
tests/__pycache__

# Sphinx:
docs/_build
Expand Down
2 changes: 1 addition & 1 deletion project_quickstart/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
def set_version():
__version__ = '0.3.4'
__version__ = '0.3.5'
return(__version__)

0 comments on commit c72c863

Please sign in to comment.