Skip to content

Commit 75c992a

Browse files
Release v5.34.0
Co-authored-by: Justin Gilmer <[email protected]>
1 parent 980f74e commit 75c992a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

btrdb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
## Module Info
1616
##########################################################################
1717

18-
__version_info__ = {"major": 5, "minor": 33, "micro": 0, "releaselevel": "final"}
18+
__version_info__ = {"major": 5, "minor": 34, "micro": 0, "releaselevel": "final"}
1919

2020
##########################################################################
2121
## Helper Functions

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "btrdb"
3-
version = "5.33.0"
3+
version = "5.34.0"
44
authors = [
55
{name="PingThingsIO", email="[email protected]"},
66
]

0 commit comments

Comments
 (0)