Skip to content

Commit 0815574

Browse files
Making version 0.4.0
1 parent 0b8c52a commit 0815574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="tempo-api-python-client",
8-
version="0.3.0",
8+
version="0.4.0",
99
author="Stanislav Ulrych",
1010
author_email="[email protected]",
1111
description="Python bindings for Tempo (https://tempo-io.github.io/tempo-api-docs/)",
@@ -18,5 +18,5 @@
1818
"License :: OSI Approved :: Apache Software License",
1919
"Operating System :: OS Independent",
2020
],
21-
python_requires='>=3.7',
21+
python_requires='>=3.6.9',
2222
)

0 commit comments

Comments
 (0)