Skip to content

Commit

Permalink
Bump version: 0.1.3 → 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jcreinhold committed May 23, 2021
1 parent 2fd866e commit 9e50025
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.3
current_version = 0.1.4
commit = True
tag = True

Expand All @@ -16,9 +16,8 @@ universal = 1

[flake8]
exclude = docs
per-file-ignores =
# imported but unused
__init__.py: F401
per-file-ignores =
__init__.py: F401
max-line-length = 88
extend-ignore = E203

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/jcreinhold/tiramisu_brulee",
version="0.1.3",
version="0.1.4",
zip_safe=False,
)
2 changes: 1 addition & 1 deletion tiramisu_brulee/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Jacob Reinhold"""
__email__ = "[email protected]"
__version__ = "0.1.3"
__version__ = "0.1.4"

0 comments on commit 9e50025

Please sign in to comment.