We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eefc8a9 commit 74573d4Copy full SHA for 74573d4
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pythonanywhere-briefcase-plugin"
3
-version = "0.0.1a2"
+version = "0.0.1a3"
4
description = "A Briefcase publication channel plugin for deploying static web apps to PythonAnywhere."
5
requires-python = ">= 3.10"
6
readme = "README.md"
src/pythonanywhere_briefcase_plugin/__init__.py
@@ -1,4 +1,4 @@
from pythonanywhere_briefcase_plugin.channel import PythonAnywherePublicationChannel
-__version__ = "0.0.1a2"
+__version__ = "0.0.1a3"
__all__ = ["PythonAnywherePublicationChannel"]
0 commit comments