Skip to content

Commit 69164ca

Browse files
Use briefcase 0.4.1 from PyPI and bump version to 0.0.2.
1 parent f219b6b commit 69164ca

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pythonanywhere-briefcase-plugin"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "A Briefcase publication channel plugin for deploying static web apps to PythonAnywhere."
55
requires-python = ">= 3.10"
66
readme = "README.md"
@@ -23,7 +23,7 @@ classifiers = [
2323
"Topic :: Software Development",
2424
]
2525
dependencies = [
26-
"briefcase >= 0.4.0",
26+
"briefcase >= 0.4.1",
2727
"pythonanywhere-core >= 0.3.0",
2828
]
2929

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.1"
3+
__version__ = "0.0.2"
44
__all__ = ["PythonAnywherePublicationChannel"]

uv.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)