Skip to content
Snippets Groups Projects
Commit cd7fb80f authored by Sander Snoo's avatar Sander Snoo
Browse files

Bump to 1.7.28

parent b006d18e
No related branches found
No related tags found
No related merge requests found
__version__ = "1.7.27" __version__ = "1.7.28"
...@@ -6,7 +6,7 @@ print('packages: %s' % packages) ...@@ -6,7 +6,7 @@ print('packages: %s' % packages)
setup(name="pulse_lib", setup(name="pulse_lib",
version="1.7.27", version="1.7.28",
packages = find_packages(), packages = find_packages(),
python_requires=">=3.7", python_requires=">=3.7",
install_requires=[ install_requires=[
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# github_url = "https://github.com/<user or organization>/<project>/" # github_url = "https://github.com/<user or organization>/<project>/"
[version] [version]
current = "1.7.27" current = "1.7.28"
# Example of a semver regexp. # Example of a semver regexp.
# Make sure this matches current_version before # Make sure this matches current_version before
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment