Skip to content

Commit b97d171

Browse files
committed
Add version to dunder init. Update version in pyproject toml.
1 parent c498a23 commit b97d171

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "judge0"
3-
version = "0.0.4-dev"
3+
version = "0.1.0.dev0"
44
description = "The official Python SDK for Judge0."
55
readme = "README.md"
66
requires-python = ">=3.9"

src/judge0/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
from .retry import MaxRetries, MaxWaitTime, RegularPeriodRetry
2828
from .submission import Submission
2929

30+
__version__ = "0.1.0.dev0"
31+
3032
__all__ = [
3133
"ATD",
3234
"ATDJudge0CE",

0 commit comments

Comments
 (0)