We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98f8c2 commit a8e6f04Copy full SHA for a8e6f04
2 files changed
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "2.7.1"
+current_version = "2.7.2"
3
commit = false
4
# https://graphite.dev/guides/git-commit--no-verify#when-to-use-object-object
5
commit_args = "--no-verify --author='Automated-Commit-Though-Bumper <shivkj001@gmail.com>'"
src/streamAPI/__init__.py
@@ -1,4 +1,4 @@
import streamAPI.stream as stream
import streamAPI.utility as utility
-__version__ = "2.7.1"
+__version__ = "2.7.2"
0 commit comments