Skip to content

Commit

Permalink
Bump version: 0.0.2 → 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jun 15, 2020
1 parent 612b161 commit e8af5a5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.2
current_version = 0.0.3
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 @@ -63,7 +63,7 @@ pyupgrade-directories
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/pyupgrade-directories
:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/pyupgrade-directories/v0.0.2
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/pyupgrade-directories/v0.0.3
:target: https://github.com/domdfcoding/pyupgrade-directories/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 @@ -42,7 +42,7 @@
2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
"""

__version__ = "0.0.2"
__version__ = "0.0.3"

modname = "pyupgrade-directories"
pypi_name = "pyupgrade-directories"
Expand All @@ -69,7 +69,7 @@
repo_root = pathlib.Path(__file__).parent

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

install_requires = (repo_root / "requirements.txt").read_text().split('\n')
extras_require = {'all': []}
Expand Down
2 changes: 1 addition & 1 deletion doc-source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pyupgrade-directories
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/pyupgrade-directories
:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/pyupgrade-directories/v0.0.2
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/pyupgrade-directories/v0.0.3
:target: https://github.com/domdfcoding/pyupgrade-directories/pulse
:alt: GitHub commits since tagged version

Expand Down
2 changes: 1 addition & 1 deletion git_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ modname: pyupgrade-directories
copyright_years: "2020"
author: "Dominic Davis-Foster"
email: "dominic@davis-foster.co.uk"
version: "0.0.2"
version: "0.0.3"
username: "domdfcoding"
license: 'MIT'
short_desc: 'Run pyupgrade on all files in a directory, and optionally recursively.'
Expand Down
2 changes: 1 addition & 1 deletion pyupgrade_directories/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
__copyright__ = "2020 Dominic Davis-Foster"

__license__ = "MIT"
__version__ = "0.0.2"
__version__ = "0.0.3"
__email__ = "dominic@davis-foster.co.uk"


Expand Down

0 comments on commit e8af5a5

Please sign in to comment.