Skip to content

Commit 1bb5b4c

Browse files
chore: versioning
1 parent d41d0d2 commit 1bb5b4c

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 = "interfaze"
7-
version = "0.1.0"
7+
version = "1.0.0"
88
description = "Official Interfaze SDK."
99
readme = "README.md"
1010
requires-python = ">=3.9"

src/interfaze/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
TaskName,
3333
)
3434

35-
__version__ = "0.1.0"
35+
__version__ = "1.0.0"
3636

3737
__all__ = [
3838
"Interfaze",

0 commit comments

Comments
 (0)