Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit 87716ca

Browse files
committed
chore: updated version to 0.1.0
1 parent feb3531 commit 87716ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dreadnode_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.2"
1+
__version__ = "0.1.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[tool.poetry]
22
name = "dreadnode-cli"
3-
version = "0.0.2"
3+
version = "0.1.0"
44
description = "Dreadnode CLI"
55
authors = [
66
"Nick Landers <[email protected]>",
7-
"Simone Margaritelli <[email protected]>"
7+
"Simone Margaritelli <[email protected]>",
88
]
99
license = "MIT"
1010
repository = "https://github.com/dreadnode/cli"

0 commit comments

Comments
 (0)