diff --git a/README.md b/README.md index 2741371..73fb700 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ![CI Workflow](https://github.com/fullerzz/zConcurrent/actions/workflows/ci.yml/badge.svg) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/) +[![PyPI version](https://badge.fury.io/py/loamy.svg)](https://badge.fury.io/py/loamy) +[![MIT License](https://img.shields.io/badge/license-MIT-blue)](https://img.shields.io/badge/license-MIT-blue) # Overview diff --git a/pyproject.toml b/pyproject.toml index 07608e6..4a82336 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "loamy" -version = "0.0.6" +version = "0.0.7" description = "" authors = ["Zach Fuller "] readme = "README.md"