Skip to content

Commit

Permalink
release: v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudac7 committed Nov 20, 2023
1 parent a076b5b commit b220e5c
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 65 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Catlyner
# CatFlow

[![Python package](https://github.com/Cloudac7/catflow/actions/workflows/ci.yml/badge.svg)](https://github.com/Cloudac7/catflow/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/Cloudac7/catflow/badge.svg?branch=master)](https://coveralls.io/github/Cloudac7/catflow?branch=master)
Expand Down
126 changes: 64 additions & 62 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ mkdocs-jupyter = "^0.24.2"
catflow = 'catflow.cmdline.base:cli'

[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
build-backend = "poetry_dynamic_versioning.backend"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit b220e5c

Please sign in to comment.