Skip to content

Commit c6c5029

Browse files
committed
Bump version: 0.11.0 → 0.12.0
1 parent ccb816d commit c6c5029

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.11.0
2+
current_version = 0.12.0
33
commit = True
44
tag = True
55

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL maintainer="ep1cman"
77

88
WORKDIR /app
99

10-
COPY dist/unifi_protect_backup-0.11.0.tar.gz sdist.tar.gz
10+
COPY dist/unifi_protect_backup-0.12.0.tar.gz sdist.tar.gz
1111

1212
# https://github.com/rust-lang/cargo/issues/2808
1313
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "unifi_protect_backup"
4-
version = "0.11.0"
4+
version = "0.12.0"
55
homepage = "https://github.com/ep1cman/unifi-protect-backup"
66
description = "Python tool to backup unifi event clips in realtime."
77
authors = ["sebastian.goscik <sebastian@goscik.com>"]

unifi_protect_backup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """sebastian.goscik"""
44
__email__ = "sebastian@goscik.com"
5-
__version__ = "0.11.0"
5+
__version__ = "0.12.0"
66

77
from .downloader import VideoDownloader
88
from .downloader_experimental import VideoDownloaderExperimental

0 commit comments

Comments
 (0)