We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c0b11 commit 356ce89Copy full SHA for 356ce89
requirements.txt
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = unboxapi
3
-version = attr: unboxapi.__version__
+version = attr: unboxapi.version.__version__
4
description = The official Python API library for Unbox: the Testing and Debugging Platform for AI
5
long_description = file: README.md
6
long_description_content_type = text/markdown
unboxapi/version.py
@@ -1,3 +1,3 @@
-# Define the SDK version here so that both the setup.py and the interal package can have access to this value.
+# Define the SDK version here so that the interal package can have access to this value.
# See https://stackoverflow.com/questions/2058802
__version__ = "0.1.0"
0 commit comments