Skip to content

Commit

Permalink
Update project version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaziamov committed Jan 27, 2024
1 parent cfdde48 commit 8b3e93b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hexfrost-simplecrud"
version = "0.2.0b0"
version = "0.2.0"
description = "Library with operation like (get, create, update, delete) for SQLAlchemy ORM"
authors = ["Ilia Kaziamov <[email protected]>"]
packages = [
Expand All @@ -15,8 +15,6 @@ pytest-cov = "^4.1.0"

[tool.poetry.group.dev.dependencies]
flake8 = "^7.0.0"

[tool.poetry.group.test.dependencies]
pytest = "^7.4.3"
aiosqlite = "^0.19.0"

Expand Down

0 comments on commit 8b3e93b

Please sign in to comment.