diff --git a/README.md b/README.md index f1e739f..24efa3e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Current functionality: --- -##### Install (Python >=3.7) +##### Install (Python >=3.6) ```bash pip install jaxlie ``` diff --git a/setup.py b/setup.py index e5f9da0..294f784 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="jaxlie", - version="0.0.1", + version="0.0.2", description="Matrix Lie groups in Jax", long_description=long_description, long_description_content_type="text/markdown",