Skip to content

Commit

Permalink
v2.0.1 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
devon-mar committed Apr 15, 2022
1 parent 4b13d9c commit c6da4b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions netbox_lists/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.0"
__version__ = "2.0.1"

from typing import List

Expand All @@ -8,7 +8,7 @@
class ListsPluginConfig(PluginConfig):
name = "netbox_lists"
verbose_name = "NetBox Lists"
version = "0.1.0"
version = __version__
author = "Devon Mar"
base_url = "lists"
required_settings: List[str] = []
Expand Down
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 = "netbox-lists"
version = "2.0.0"
version = "2.1.0"
description = ""
authors = ["Devon Mar <[email protected]>"]

Expand Down

0 comments on commit c6da4b7

Please sign in to comment.