diff --git a/README.md b/README.md index af44124..694f548 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release) ![Interrogate](https://img.shields.io/badge/interrogate-100.0%25-brightgreen) ![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen?logo=codecov) -![Python](https://img.shields.io/badge/python->=3.7-blue?logo=python) +![Python](https://img.shields.io/badge/python->=3.8-blue?logo=python) ## Installation To install from pypi, run diff --git a/src/aind_data_schema_models/__init__.py b/src/aind_data_schema_models/__init__.py index 024d51f..55cc27d 100644 --- a/src/aind_data_schema_models/__init__.py +++ b/src/aind_data_schema_models/__init__.py @@ -1,3 +1,3 @@ """Init package""" -__version__ = "0.0.0" +__version__ = "0.1.0"