Skip to content

Commit

Permalink
chore(version): Bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pheus committed May 22, 2024
1 parent d66a291 commit a4e4b49
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
attributes:
label: NetBox ACI Plugin version
description: What version of NetBox ACI Plugin are you currently running?
placeholder: v0.0.2
placeholder: v0.0.3
validations:
required: true
- type: input
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body:
attributes:
label: NetBox ACI Plugin version
description: What version of NetBox ACI Plugin are you currently running?
placeholder: v0.0.2
placeholder: v0.0.3
validations:
required: true
- type: input
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Documentation: https://pheus.github.io/netbox-aci-plugin/

| NetBox Version | Plugin Version |
|----------------|----------------|
| 4.0 | 0.0.2 |
| 4.0 | 0.0.3 |

## Installing

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

__author__ = """Martin Hauser"""
__email__ = "[email protected]"
__version__ = "0.0.2"
__version__ = "0.0.3"


from netbox.plugins import PluginConfig
Expand Down
2 changes: 1 addition & 1 deletion netbox_aci_plugin/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.2"
__version__ = "0.0.3"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "netbox-aci-plugin"
version = "0.0.2"
version = "0.0.3"
authors = [
{name = "Martin Hauser", email = "[email protected]"},
]
Expand All @@ -16,7 +16,7 @@ readme = "README.md"
license = {file = "LICENSE"}

classifiers=[
'Development Status :: 1 - Planning',
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
'Natural Language :: English',
"Programming Language :: Python :: 3 :: Only",
Expand Down

0 comments on commit a4e4b49

Please sign in to comment.