Skip to content

Commit 57b9cc4

Browse files
committed
Bump version and update Docker image references.
Update project version to 0.1a8 in pyproject.toml. Correct Docker image references in README.md and script to remove the `.py` suffix for consistency.
1 parent d46dd8c commit 57b9cc4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "radiant-wrapper"
7-
version = "0.1a8"
7+
version = "0.1a9"
88
description = "Radiant-Wrapper"
99
readme = "README.md"
1010
requires-python = ">=3.10"

radiant/wrapper/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import logging
1414
from wsgiref import simple_server
1515
from django.core.wsgi import get_wsgi_application
16-
from radiant.compiler.android.permissions import Permission
16+
from radiant.wrapper.android.permissions import Permission
1717

1818

1919
class ThreadedWSGIServer(socketserver.ThreadingMixIn, simple_server.WSGIServer):

0 commit comments

Comments
 (0)