Skip to content

Commit

Permalink
v0.1.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
Florents-Tselai committed Jun 23, 2024
1 parent a4c7e6c commit 9a8561a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
import os

VERSION = "0.1.0a0"
VERSION = "0.1.0a1"


def get_long_description():
Expand Down Expand Up @@ -35,5 +35,5 @@ def get_long_description():
extras_require={
"test": ["pytest", "pytest-cov", "black", "ruff", "sqlite_utils", "llm-markov"]
},
python_requires=">=3.7",
python_requires=">=3.11",
)

0 comments on commit 9a8561a

Please sign in to comment.