Skip to content

Commit 52339a4

Browse files
chore: bump py ver (#2501)
patch version bump
1 parent 8d464b5 commit 52339a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.8
2+
current_version = 0.7.9
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize = {major}.{minor}.{patch}
55
search = {current_version}

python/langsmith/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# Avoid calling into importlib on every call to __version__
3131

32-
__version__ = "0.7.8"
32+
__version__ = "0.7.9"
3333
version = __version__ # for backwards compatibility
3434

3535

0 commit comments

Comments
 (0)