Bump version: 0.13.0 → 0.13.1

This commit is contained in:
Sebastian Goscik
2025-06-26 02:16:15 +01:00
parent 12c8539977
commit ef06d2a4d4
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.13.0
current_version = 0.13.1
commit = True
tag = True

View File

@@ -7,7 +7,7 @@ LABEL maintainer="ep1cman"
WORKDIR /app
COPY dist/unifi_protect_backup-0.13.0.tar.gz sdist.tar.gz
COPY dist/unifi_protect_backup-0.13.1.tar.gz sdist.tar.gz
# https://github.com/rust-lang/cargo/issues/2808
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "unifi_protect_backup"
version = "0.13.0"
version = "0.13.1"
description = "Python tool to backup unifi event clips in realtime."
readme = "README.md"
license = {text = "MIT"}

View File

@@ -2,7 +2,7 @@
__author__ = """sebastian.goscik"""
__email__ = "sebastian@goscik.com"
__version__ = "0.13.0"
__version__ = "0.13.1"
from .downloader import VideoDownloader
from .downloader_experimental import VideoDownloaderExperimental

2
uv.lock generated
View File

@@ -1545,7 +1545,7 @@ wheels = [
[[package]]
name = "unifi-protect-backup"
version = "0.13.0"
version = "0.13.1"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },