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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 0 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy