Skip to content

Commit 609a62c

Browse files
committed
Bump version to 0.2.0
1 parent b16348e commit 609a62c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "foxnose-sdk"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Official Python client for FoxNose Management and Flux APIs"
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}

src/foxnose_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@
148148
"APIRef",
149149
]
150150

151-
__version__ = "0.1.0"
151+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)