Skip to content

Commit

Permalink
bump v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amyangfei committed Sep 12, 2020
1 parent 30d5c85 commit 2d284a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python:
install:
- pip install coveralls
script:
- coverage run --source=gor setup.py test
- coverage run setup.py test
- coverage combine
after_success:
coveralls
Expand Down
2 changes: 1 addition & 1 deletion gor/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.2"
__version__ = "0.2.3"

0 comments on commit 2d284a3

Please sign in to comment.