Skip to content

Commit

Permalink
Update Version to 0.0.7 (#29)
Browse files Browse the repository at this point in the history
* renamed some vars and methods

* removed python3.9 from github actions + added mypy check, updated deps

* removed mypy check from ci for now

* disabled mypy warning in sessions.py and readded mypy check to ci

* added badges to readme

* updated version to 0.0.7
  • Loading branch information
fullerzz authored Apr 24, 2024
1 parent 1c69d8d commit 2d5bcc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "loamy"
version = "0.0.6"
version = "0.0.7"
description = ""
authors = ["Zach Fuller <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 2d5bcc7

Please sign in to comment.