Skip to content

Commit

Permalink
Bump version: 0.0.3 → 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jun 20, 2020
1 parent ee3fcfb commit 889c32c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.3
current_version = 0.0.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ webcolors-stubs
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/webcolors-stubs
:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/webcolors-stubs/v0.0.3
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/webcolors-stubs/v0.0.4
:target: https://github.com/domdfcoding/webcolors-stubs/pulse
:alt: GitHub commits since tagged version

Expand Down
4 changes: 2 additions & 2 deletions __pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
"""

__version__ = "0.0.3"
__version__ = "0.0.4"

modname = "webcolors-stubs"
pypi_name = "webcolors-stubs"
Expand All @@ -70,7 +70,7 @@
repo_root = pathlib.Path(__file__).parent

# Get info from files; set: long_description
long_description = (repo_root / "README.rst").read_text(encoding="utf-8").replace("0.0.3", __version__) + '\n'
long_description = (repo_root / "README.rst").read_text(encoding="utf-8").replace("0.0.4", __version__) + '\n'

install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
extras_require = {'all': []}
Expand Down
2 changes: 1 addition & 1 deletion git_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import_name: webcolors
copyright_years: "2020"
author: "Dominic Davis-Foster"
email: "dominic@davis-foster.co.uk"
version: "0.0.3"
version: "0.0.4"
username: "domdfcoding"
license: 'BSD'
short_desc: 'PEP 561 based Type information for webcolors.'
Expand Down

0 comments on commit 889c32c

Please sign in to comment.