diff --git a/pulse_lib/__init__.py b/pulse_lib/__init__.py index f731ef1ad0c3ddf9c2634b04d892c176e799a353..e1326c287294e82a651d53158ac7aa82bbf96f36 100644 --- a/pulse_lib/__init__.py +++ b/pulse_lib/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.7.3" +__version__ = "1.7.4" diff --git a/setup.py b/setup.py index 897a1e5433770687ceff914da1e4ba74b43e51a6..16aa3ba3585344f4973e89b81ba298c355b17b3d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ print('packages: %s' % packages) setup(name="pulse_lib", - version="1.7.3", + version="1.7.4", packages = find_packages(), python_requires=">=3.7", install_requires=[ diff --git a/tbump.toml b/tbump.toml index 9fcee09610e11c57344f8b3e0b5c4f51afee8a3e..ec886d77754cbec6286bc6321fca259329afd0ce 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ # github_url = "https://github.com/<user or organization>/<project>/" [version] -current = "1.7.3" +current = "1.7.4" # Example of a semver regexp. # Make sure this matches current_version before