Skip to content

Commit

Permalink
build: set version
Browse files Browse the repository at this point in the history
  • Loading branch information
niekdt committed Jul 2, 2024
1 parent 2bf2dd1 commit 7f290a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "actionsheets"
version = "0.1.0"
version = "0.0.1"
description = "Quick-reference sheets defined in terms of a desired action and a code solution"
authors = ["Niek Den Teuling <[email protected]>"]
license = "MIT"
Expand All @@ -10,11 +10,10 @@ readme = "README.md"
python = "^3.11"
polars = "^0.20.31"
rich = "^13.7.1"
pytest = "^8.2.2"


[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.4"
pytest = "^8.2.2"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 7f290a5

Please sign in to comment.