Skip to content

Commit

Permalink
new version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tyki6 committed Nov 3, 2020
1 parent ac64886 commit 36d5ab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
codecov -t $TOKEN_CODECOV
deploy_pypi:
docker:
- image: circleci/python:3.7
- image: bitnami/python:3.8
steps:
- checkout
- setup_remote_docker
Expand Down Expand Up @@ -72,6 +72,6 @@ workflows:
branches:
only: master
tags:
only: /.*/
ignore: '/[0-9]+(\.[0-9]+)*/'
requires:
- unit_test
2 changes: 1 addition & 1 deletion MyJWT/variables.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "1.0.0"
VERSION = "1.0.1"

NOT_VALID_JWT = "Enter a valid JWT!!!"
CHECK_DOCS = "Check Docs!!Your jwt have not a HS alg."
Expand Down

0 comments on commit 36d5ab7

Please sign in to comment.