diff --git a/README.md b/README.md index ba1d054..72ef0a5 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Tests](https://github.com/john-hawkins/projit/actions/workflows/python-package.yml/badge.svg)](https://github.com/john-hawkins/projit/actions/workflows/python-package.yml) [![Documentation Status](https://readthedocs.org/projects/projit/badge/?version=latest)](https://projit.readthedocs.io/en/latest/?badge=latest) - Projit is a utility for managing Data Science Project structure, properties, data, experiments & collaboration. diff --git a/projit/__init__.py b/projit/__init__.py index 03ce17f..07fee1f 100644 --- a/projit/__init__.py +++ b/projit/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.2" +__version__ = "0.1.3" from .utils import locate_projit_config from .projit import projit_load