diff --git a/setup.cfg b/setup.cfg index d3742bc..b98a7ec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,3 @@ -[bumpversion] -current_version = 0.9.9 -commit = True -tag = True -tag_name = {new_version} - [bdist_wheel] universal = 1 @@ -12,6 +6,4 @@ license_file = LICENSE [tool:pytest] testpaths = src/tests -norecursedirs = .git - -[bumpversion:file:setup.py] +norecursedirs = .git \ No newline at end of file diff --git a/setup.py b/setup.py index 14ace49..14a88e9 100644 --- a/setup.py +++ b/setup.py @@ -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',