Skip to content

Commit

Permalink
Pushing new release to PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
John Hawkins authored and John Hawkins committed Apr 26, 2021
1 parent ccfdb0c commit 97f49a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!--
[![PyPI](https://img.shields.io/pypi/v/projit.svg)](https://pypi.org/project/projit)
-->

Projit is a utility for managing Data Science Project structure, properties,
data, experiments & collaboration.
Expand Down
2 changes: 1 addition & 1 deletion projit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.2"
__version__ = "0.1.3"

from .utils import locate_projit_config
from .projit import projit_load
Expand Down

0 comments on commit 97f49a7

Please sign in to comment.