diff --git a/pulse_lib/__init__.py b/pulse_lib/__init__.py index acbe239e74911732a560f804e047a3c0c7168e8e..c29989b643a81a28a208a507996603cab10cdb00 100644 --- a/pulse_lib/__init__.py +++ b/pulse_lib/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.5.6" +__version__ = "1.6.0" diff --git a/setup.cfg b/setup.cfg index 8d4191a4806fc98abf2aae0cd2d19d156e29fce9..b51455265d008abc0a0fcfbd2f680ef0cec090bf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.6 +current_version = 1.6.0 commit = True tag = True diff --git a/setup.py b/setup.py index e83d40422d0b2a4480d024e36ea2b72130c6630c..fefce9cf39d1ed2a86c26e3d87fdc2dba3ea4dc0 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ print('packages: %s' % packages) setup(name="pulse_lib", - version="1.5.6", + version="1.6.0", packages = find_packages(), python_requires=">=3.7", install_requires=[