Skip to content

Commit 74573d4

Browse files
bump up version for release.
1 parent eefc8a9 commit 74573d4

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 = "pythonanywhere-briefcase-plugin"
3-
version = "0.0.1a2"
3+
version = "0.0.1a3"
44
description = "A Briefcase publication channel plugin for deploying static web apps to PythonAnywhere."
55
requires-python = ">= 3.10"
66
readme = "README.md"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from pythonanywhere_briefcase_plugin.channel import PythonAnywherePublicationChannel
22

3-
__version__ = "0.0.1a2"
3+
__version__ = "0.0.1a3"
44
__all__ = ["PythonAnywherePublicationChannel"]

0 commit comments

Comments
 (0)