Skip to content

Commit

Permalink
Add dep install in release phase.
Browse files Browse the repository at this point in the history
  • Loading branch information
cleanunicorn committed Jul 23, 2019
1 parent 8251b27 commit ab9cf76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
steps:
- checkout:
path: ~/app
- run:
name: Install dependencies
command: |
pip install --user -r requirements.txt
- run:
name: Verify Git tag vs. version
command: python3 setup.py verify
Expand Down
2 changes: 1 addition & 1 deletion theo/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v0.5.5"
__version__ = "v0.5.6"

0 comments on commit ab9cf76

Please sign in to comment.