Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler committed Jun 13, 2020
1 parent 9e79f42 commit 339b291
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.1
current_version = 0.0.2
commit = True
tag = True

Expand Down
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ workflows:
tags:
only: /^v.*/
branches:
only: master
ignore: /.*/
- approve-release:
type: approval
requires:
Expand All @@ -80,7 +80,7 @@ workflows:
tags:
only: /^v.*/
branches:
only: master
ignore: /.*/
- build_deploy_prod:
context: pypi_prod
requires:
Expand All @@ -89,4 +89,4 @@ workflows:
tags:
only: /^v.*/
branches:
only: master
ignore: /.*/
2 changes: 1 addition & 1 deletion boa3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import logging

logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.DEBUG)
__version__ = '0.0.1'
__version__ = '0.0.2'

0 comments on commit 339b291

Please sign in to comment.