We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4478eed + d90a754 commit 53a9df7Copy full SHA for 53a9df7
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "cycleops"
3
-version = "0.3.0"
+version = "0.4.0"
4
description = "The official command line interface for Cycleops"
5
authors = ["George Margaritis <george@withlogic.co>"]
6
license = "MIT"
@@ -10,7 +10,7 @@ readme = "README.md"
10
python = "^3.11"
11
requests = "^2.28.2"
12
sec = "^0.3.0"
13
-typer = {extras = ["all"], version = "^0.7.0"}
+typer = { extras = ["all"], version = "^0.7.0" }
14
15
[tool.poetry.group.dev.dependencies]
16
black = "^23.1.0"
0 commit comments