Skip to content

Commit

Permalink
Merge branch 'master' into backport_staging_to_dev_10032021
Browse files Browse the repository at this point in the history
  • Loading branch information
spyrostz authored May 10, 2021
2 parents 52a75be + d6258a5 commit 48e6e05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.0
current_version = 0.12.0
commit = True
tag = True

Expand All @@ -18,3 +18,4 @@ flake8 = on
merge_marks = on
pdb = on
isort = off

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
README = readme.read()

# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
VERSION = '0.11.0'
VERSION = '0.12.0'

setup(
name="d3a",
Expand Down

0 comments on commit 48e6e05

Please sign in to comment.