We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d464b5 commit 52339a4Copy full SHA for 52339a4
python/.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.7.8
+current_version = 0.7.9
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
4
serialize = {major}.{minor}.{patch}
5
search = {current_version}
python/langsmith/__init__.py
@@ -29,7 +29,7 @@
29
30
# Avoid calling into importlib on every call to __version__
31
32
-__version__ = "0.7.8"
+__version__ = "0.7.9"
33
version = __version__ # for backwards compatibility
34
35
0 commit comments