Skip to content

Commit

Permalink
Bump version: 0.0.0 → 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Aug 21, 2020
1 parent 2c30895 commit c105028
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.0
current_version = 0.0.1
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 @@ -91,7 +91,7 @@ flake8-dunder-all
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/flake8-dunder-all
:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-dunder-all/v0.0.0
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-dunder-all/v0.0.1
:target: https://github.com/domdfcoding/flake8-dunder-all/pulse
:alt: GitHub commits since tagged version

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

__version__ = "0.0.0"
__version__ = "0.0.1"
modname = "flake8-dunder-all"
pypi_name = "flake8-dunder-all"
import_name = "flake8_dunder_all"
Expand Down
6 changes: 3 additions & 3 deletions doc-source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ flake8-dunder-all
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/flake8-dunder-all
:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-dunder-all/v0.0.0
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-dunder-all/v0.0.1
:target: https://github.com/domdfcoding/flake8-dunder-all/pulse
:alt: GitHub commits since tagged version

Expand Down Expand Up @@ -165,7 +165,7 @@ Sample `.pre-commit-config.yaml`:
rev: 3.8.1
hooks:
- id: flake8
additional_dependencies: [flake8-dunder-all==0.0.0]
additional_dependencies: [flake8-dunder-all==0.0.1]
Using the script as a pre-commit hook
Expand All @@ -180,7 +180,7 @@ Sample `.pre-commit-config.yaml`:
.. code-block:: yaml
- repo: https://github.com/domdfcoding/flake8-dunder-all
rev: v0.0.0
rev: v0.0.1
hooks:
- id: ensure-dunder-all
Expand Down
2 changes: 1 addition & 1 deletion flake8_dunder_all/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
__author__: str = "Dominic Davis-Foster"
__copyright__: str = "2020 Dominic Davis-Foster"
__license__: str = "MIT"
__version__: str = "0.0.0"
__version__: str = "0.0.1"
__email__: str = "dominic@davis-foster.co.uk"

__all__ = ["Visitor", "Plugin", "check_and_add_all", "DALL000"]
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ modname: flake8-dunder-all
copyright_years: "2020"
author: "Dominic Davis-Foster"
email: "dominic@davis-foster.co.uk"
version: "0.0.0"
version: "0.0.1"
username: "domdfcoding"
license: 'MIT'
short_desc: "A Flake8 plugin and pre-commit hook which checks to ensure modules have defined '__all__'."
Expand Down

0 comments on commit c105028

Please sign in to comment.