Skip to content

Commit 7265c92

Browse files
authored
Update version to 0.0.6 alpha release. (#21)
1 parent 9dc1c85 commit 7265c92

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.6-alpha.1"
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.1.0.dev0"
33+
__version__ = "0.0.6-alpha.1"
3434

3535
__all__ = [
3636
"ATD",

0 commit comments

Comments
 (0)