Skip to content

Commit db408cd

Browse files
Bump version to 0.0.5
1 parent 70f09c9 commit db408cd

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

src/judge0/__init__.py

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

33-
__version__ = "0.0.5.dev0"
33+
__version__ = "0.0.5"
3434

3535
__all__ = [
3636
"ATD",

0 commit comments

Comments
 (0)