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 086d2a9 commit 3bed2c0Copy full SHA for 3bed2c0
aimon/_version.py
@@ -1,4 +1,4 @@
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
3
__title__ = "aimon"
4
-__version__ = "0.8.0"
+__version__ = "0.8.1"
setup.py
@@ -8,7 +8,7 @@
8
name='aimon',
9
python_requires='>3.8.0',
10
packages=find_packages(),
11
- version="0.8.0",
+ version="0.8.1",
12
install_requires=[
13
"annotated-types==0.6.0",
14
"anyio==4.4.0",
0 commit comments