Skip to content

Commit d60f33b

Browse files
authored
Merge branch 'master' into metadata-changes
2 parents 97464a3 + 75c992a commit d60f33b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

btrdb/version.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515
## Module Info
1616
##########################################################################
1717

18+
1819
__version_info__ = {"major": 5, "minor": 34, "micro": 1, "releaselevel": "final"}
1920

21+
2022
##########################################################################
2123
## Helper Functions
2224
##########################################################################

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ maintainers = [
1010
description = "Bindings to interact with the Berkeley Tree Database using gRPC."
1111
readme = "README.md"
1212
license = {file="LICENSE.txt"}
13-
requires-python = ">=3.7,<3.12"
13+
requires-python = ">=3.7,<=3.12"
1414
classifiers = [
1515
'Development Status :: 5 - Production/Stable',
1616
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)