Skip to content

Commit

Permalink
release only from py37
Browse files Browse the repository at this point in the history
  • Loading branch information
aksakalli committed Jan 15, 2020
1 parent 964e08f commit 09cfaf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ deploy:
on:
tags: true
branch: master
condition: "$TRAVIS_PYTHON_VERSION = 3.7"
2 changes: 1 addition & 1 deletion openlr/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
__title__ = "openlr"
__description__ = "OpenLR Python Implementation"
__url__ = "https://openlr-python.readthedocs.io"
__version__ = "1.0.0rc2"
__version__ = "1.0.0rc3"
__author__ = "Can Güney Aksakalli"
__author_email__ = "[email protected]"
__license__ = "Apache 2.0"

0 comments on commit 09cfaf2

Please sign in to comment.