Skip to content
This repository was archived by the owner on Apr 11, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
[bumpversion]
current_version = 0.9.9
commit = True
tag = True
tag_name = {new_version}

[bdist_wheel]
universal = 1

Expand All @@ -12,6 +6,4 @@ license_file = LICENSE

[tool:pytest]
testpaths = src/tests
norecursedirs = .git

[bumpversion:file:setup.py]
norecursedirs = .git
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='pyvesync_v2',
version='0.9.9',
version='1.0.0',
description='pyvesync_v2 is a library to manage Etekcity Switches',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down