Skip to content

Commit

Permalink
Bump version: 0.1.7 → 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Feb 24, 2021
1 parent b4f7605 commit 2b4ffbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.7
current_version = 0.1.8
commit = True
tag = True
tag_name = {new_version}
Expand All @@ -18,4 +18,3 @@ exclude = docs
[tool:pytest]
collect_ignore = ['setup.py']
norecursedirs = docs

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
packages=find_packages(),
python_requires=">=3.5",
url='https://github.com/ska-sa/tricolour',
version='0.1.7',
version='0.1.8',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion tricolour/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from donfig import Config

__version__ = '0.1.7'
__version__ = '0.1.8'
__author__ = """Simon Perkins"""
__email__ = '[email protected]'

Expand Down

0 comments on commit 2b4ffbe

Please sign in to comment.