Skip to content

Commit

Permalink
Merge pull request #59 from smk4664/release-1.1.1
Browse files Browse the repository at this point in the history
Bump to 1.1.1 for release
  • Loading branch information
smk4664 authored Sep 27, 2022
2 parents 54e7cf4 + 122e3ed commit d1eed0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nautobot-welcome-wizard"
version = "1.1.0"
version = "1.1.1"
description = "Nautobot's Welcome Wizard"
authors = ["Network to Code, LLC <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion welcome_wizard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Plugin declaration for Welcome Wizard."""

__version__ = "1.1.0"
__version__ = "1.1.1"

from nautobot.extras.plugins import PluginConfig

Expand Down

0 comments on commit d1eed0a

Please sign in to comment.