Skip to content

Commit

Permalink
YOLO
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthHater committed Nov 5, 2019
1 parent 2f34d02 commit 72ea6a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .circleci/ci-publish.sh

This file was deleted.

8 changes: 7 additions & 1 deletion .circleci/config.yml
Expand Up @@ -18,7 +18,13 @@ jobs:
pip install -r requirements.txt
- run:
command: |
.circleci/ci-publish.sh
git config user.name "$GITHUB_USERNAME"
- run:
command: |
git config user.email "$GITHUB_EMAIL"
- run:
command: |
SET DEBUG=* && semantic-release publish --patch
build:
docker: # run the steps with Docker
- image: circleci/python:3.6.4
Expand Down
2 changes: 1 addition & 1 deletion jake/_version.py
@@ -1,4 +1,4 @@
"""Sets version for the application"""


__version__ = '0.0.2'
__version__ = '0.0.0'

0 comments on commit 72ea6a1

Please sign in to comment.