Skip to content

Commit

Permalink
v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
configcat-developer committed Nov 15, 2018
1 parent 8e1b7b3 commit 49ccc92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@ install:
- pip install pytest --upgrade
- pip install pytest-cov --upgrade
- pip install codecov
- pip install twine
- pip install -r requirements.txt
# command to run tests
script:
- py.test --cov=./
after_success:
- codecov
before_deploy:
- pip install twine
deploy:
provider: pypi
user: "$PYPI_USERNAME"
Expand Down
2 changes: 1 addition & 1 deletion configcatclient/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CONFIGCATCLIENT_VERSION = "2.0.4"
CONFIGCATCLIENT_VERSION = "2.0.5"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def parse_requirements(filename):
lines = (line.strip() for line in open(filename))
return [line for line in lines if line]

configcatclient_version="2.0.4"
configcatclient_version="2.0.5"

reqs = parse_requirements('requirements.txt')

Expand Down

0 comments on commit 49ccc92

Please sign in to comment.