Skip to content

Commit

Permalink
Trying to fix the pip package.
Browse files Browse the repository at this point in the history
  • Loading branch information
cleanunicorn committed Jul 24, 2019
1 parent b93ed5a commit 7d8907c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,18 @@ jobs:
command: python3 setup.py install
working_directory: ~/app

- store_test_results:
path: test-results

- store_artifacts:
path: test-results
destination: tr1

pypi_release:
<<: *defaults
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.7.1"
__version__ = "v0.7.2"

0 comments on commit 7d8907c

Please sign in to comment.