Skip to content

Commit 3f9944d

Browse files
Merge pull request #15 from judge0/release-0.0.4
Prepare for release 0.0.4
2 parents 08ff351 + 3080ac3 commit 3f9944d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.0.dev0"
3+
version = "0.0.4"
44
description = "The official Python SDK for Judge0."
55
readme = "README.md"
66
requires-python = ">=3.9"

src/judge0/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from .retry import MaxRetries, MaxWaitTime, RegularPeriodRetry
3030
from .submission import Submission
3131

32-
__version__ = "0.1.0.dev0"
32+
__version__ = "0.0.4"
3333

3434
__all__ = [
3535
"ATD",

0 commit comments

Comments
 (0)