Skip to content

Commit 6eb9e78

Browse files
chore: updated version to 0.2.0
1 parent 0022f21 commit 6eb9e78

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

ClassWidgets/SDK/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55
from typing import TYPE_CHECKING
66

7-
__version__ = '0.1.1'
7+
__version__ = '0.2.0'
88
__author__ = 'Class Widgets Official'
99

1010

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "Class-Widgets-SDK"
7-
version = "0.1.1"
7+
dynamic = ["version"]
88
description = "Class Widgets 2 Plugin SDK Development tools and type stubs"
99
readme = "README.md"
1010
requires-python = ">=3.9"
11+
12+
[tool.hatch.version]
13+
path = "ClassWidgets/SDK/__init__.py"
14+
match = "__version__ = '([^']+)'"
1115
classifiers = [
1216
"Typing :: Stubs Only",
1317
"Development Status :: 3 - Alpha",

uv.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)