Skip to content

Commit f730599

Browse files
committed
Bump version: 0.1.6 β†’ 0.1.7
1 parent cf23fa8 commit f730599

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

β€Ž.bumpversion.cfgβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.6
2+
current_version = 0.1.7
33
commit = True
44
tag = True
55

β€ŽREADME.rstβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Cawdrey
9090
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/cawdrey
9191
:alt: GitHub top language
9292

93-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/cawdrey/v0.1.6
93+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/cawdrey/v0.1.7
9494
:target: https://github.com/domdfcoding/cawdrey/pulse
9595
:alt: GitHub commits since tagged version
9696

β€Ž__pkginfo__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
2019-2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
4040
"""
4141

42-
__version__ = "0.1.6"
42+
__version__ = "0.1.7"
4343
modname = "Cawdrey"
4444
pypi_name = "cawdrey"
4545
import_name = "cawdrey"

β€Žcawdrey/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
__copyright__ = "2020 Dominic Davis-Foster"
3939

4040
__license__ = "LGPLv3+"
41-
__version__ = "0.1.6"
41+
__version__ = "0.1.7"
4242
__email__ = "dominic@davis-foster.co.uk"
4343

4444
__all__ = [

β€Ždoc-source/index.rstβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Cawdrey
8989
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/cawdrey
9090
:alt: GitHub top language
9191

92-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/cawdrey/v0.1.6
92+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/cawdrey/v0.1.7
9393
:target: https://github.com/domdfcoding/cawdrey/pulse
9494
:alt: GitHub commits since tagged version
9595

β€Žrepo_helper.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import_name: cawdrey
55
copyright_years: "2019-2020"
66
author: "Dominic Davis-Foster"
77
email: "dominic@davis-foster.co.uk"
8-
version: "0.1.6"
8+
version: "0.1.7"
99
username: "domdfcoding"
1010
license: 'LGPLv3+'
1111
short_desc: 'Several useful custom dictionaries for Python πŸ“–β€‚πŸ'

0 commit comments

Comments
Β (0)