File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.3
2+ current_version = 0.2.0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ Enum Tools
9191.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/enum_tools
9292 :alt: GitHub top language
9393
94- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/enum_tools/v0.1.3
94+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/enum_tools/v0.2.0
9595 :target: https://github.com/domdfcoding/enum_tools/pulse
9696 :alt: GitHub commits since tagged version
9797
Original file line number Diff line number Diff line change 39392020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
4040"""
4141
42- __version__ = "0.1.3 "
42+ __version__ = "0.2.0 "
4343modname = "enum_tools"
4444pypi_name = "enum_tools"
4545import_name = "enum_tools"
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Enum Tools
102102 :alt: GitHub top language
103103
104104.. |commits-since | github-shield ::
105- :commits-since: v0.1.3
105+ :commits-since: v0.2.0
106106 :alt: GitHub commits since tagged version
107107
108108.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change 3434__author__ : str = "Dominic Davis-Foster"
3535__copyright__ : str = "2020 Dominic Davis-Foster"
3636__license__ : str = "GNU Lesser General Public License v3 or later (LGPLv3+)"
37- __version__ : str = "0.1.3 "
37+ __version__ : str = "0.2.0 "
3838__email__ : str = "dominic@davis-foster.co.uk"
3939
4040__all__ = [
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ modname: enum_tools
22copyright_years : " 2020"
33author : " Dominic Davis-Foster"
44email : " dominic@davis-foster.co.uk"
5- version : " 0.1.3 "
5+ version : " 0.2.0 "
66username : " domdfcoding"
77license : ' LGPLv3+'
88short_desc : ' Alternative method for documenting enums with Sphinx.'
You can’t perform that action at this time.
0 commit comments