Skip to content

Commit

Permalink
v0.0.5-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iDebugAll committed Apr 18, 2023
1 parent e6ba932 commit 81e94eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion phonebox_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class PhoneBoxConfig(PluginConfig):
name = 'phonebox_plugin'
verbose_name = 'PhoneBox Plugin'
description = 'Telephone Number Management Plugin for NetBox.'
version = 'v0.0.4-beta.1'
version = 'v0.0.5-beta.1'
author = 'Igor Korotchenkov'
author_email = 'iDebugAll@gmail.com'
base_url = 'phonebox'
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

setup(
name='phonebox_plugin',
version='v0.0.4-beta.1',
version='v0.0.5-beta.1',
url='https://github.com/iDebugAll/phonebox-plugin.git',
download_url='https://github.com/iDebugAll/phonebox-plugin/archive/v0.0.4-beta.1.tar.gz',
download_url='https://github.com/iDebugAll/phonebox-plugin/archive/v0.0.5-beta.1.tar.gz',
description='A phone numbers management plugin for NetBox.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 81e94eb

Please sign in to comment.