File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dynamic = ["version"]
4
4
description = " Observability for Generative AI"
5
5
readme = " README.md"
6
6
requires-python = " >=3.10"
7
- license = {text = " MIT" } # Fixed license format
7
+ license = {text = " MIT" }
8
8
authors = [
9
9
{
name =
" deepsense.ai" ,
email =
" [email protected] " }
10
10
]
@@ -18,6 +18,7 @@ classifiers = [
18
18
" Development Status :: 4 - Beta" ,
19
19
" Intended Audience :: Developers" ,
20
20
" Topic :: Software Development :: Libraries" ,
21
+ " License :: OSI Approved :: MIT License" ,
21
22
" Programming Language :: Python :: 3.10" ,
22
23
" Programming Language :: Python :: 3.11" ,
23
24
" Programming Language :: Python :: 3.12"
Original file line number Diff line number Diff line change 1
1
"""Version information."""
2
2
3
- __version__ = "1.2.3 "
3
+ __version__ = "0.0.0 "
You can’t perform that action at this time.
0 commit comments