Skip to content

Commit 53a9df7

Browse files
authored
Merge pull request #20 from Stackmasters/version-0.4.0
Bump version: `0.4.0`
2 parents 4478eed + d90a754 commit 53a9df7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cycleops"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "The official command line interface for Cycleops"
55
authors = ["George Margaritis <george@withlogic.co>"]
66
license = "MIT"
@@ -10,7 +10,7 @@ readme = "README.md"
1010
python = "^3.11"
1111
requests = "^2.28.2"
1212
sec = "^0.3.0"
13-
typer = {extras = ["all"], version = "^0.7.0"}
13+
typer = { extras = ["all"], version = "^0.7.0" }
1414

1515
[tool.poetry.group.dev.dependencies]
1616
black = "^23.1.0"

0 commit comments

Comments
 (0)