Skip to content

Commit

Permalink
Bump version: 1.0.3 → 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cmatsuoka committed Mar 2, 2022
1 parent 7734e9a commit 3366a5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = 1.0.3
current_version = 1.0.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion craft_providers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

"""Craft Providers base package."""

__version__ = "1.0.3" # noqa: F401
__version__ = "1.0.4" # noqa: F401

from .base import Base # noqa: F401
from .errors import ProviderError # noqa: F401
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
author = "Canonical Ltd."

# The full version, including alpha/beta/rc tags
release = "1.0.3"
release = "1.0.4"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

setup(
name="craft-providers",
version="1.0.3",
version="1.0.4",
description="Craft provider tooling",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3366a5b

Please sign in to comment.