Skip to content

Commit a5a5732

Browse files
committed
Bump version: 0.1.7 β†’ 0.2.0
1 parent bea72f5 commit a5a5732

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.7
2+
current_version = 0.2.0
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.7
93+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/cawdrey/v0.2.0
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.7"
42+
__version__ = "0.2.0"
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
@@ -37,7 +37,7 @@
3737
__author__: str = "Dominic Davis-Foster"
3838
__copyright__: str = "2020 Dominic Davis-Foster"
3939
__license__: str = "LGPLv3+"
40-
__version__: str = "0.1.7"
40+
__version__: str = "0.2.0"
4141
__email__: str = "dominic@davis-foster.co.uk"
4242

4343
__all__ = [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Cawdrey
9292
:alt: GitHub top language
9393

9494
.. |commits-since| github-shield::
95-
:commits-since: v0.1.7
95+
:commits-since: v0.2.0
9696
:alt: GitHub commits since tagged version
9797

9898
.. |commits-latest| github-shield::

β€Ž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.7"
8+
version: "0.2.0"
99
username: "domdfcoding"
1010
license: 'LGPLv3+'
1111
short_desc: 'Several useful custom dictionaries for Python πŸ“–β€‚πŸ'

0 commit comments

Comments
Β (0)