mirror of
https://github.com/ep1cman/unifi-protect-backup.git
synced 2025-12-10 13:23:29 +00:00
Bump version: 0.5.1 → 0.5.2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.5.1
|
||||
current_version = 0.5.2
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ RUN \
|
||||
|
||||
# Install unifi-protect-backup
|
||||
RUN echo "**** install unifi-protect-backup ****"
|
||||
COPY dist/unifi-protect-backup-0.5.1.tar.gz sdist.tar.gz
|
||||
COPY dist/unifi-protect-backup-0.5.2.tar.gz sdist.tar.gz
|
||||
RUN \
|
||||
pip install sdist.tar.gz && \
|
||||
echo "**** cleanup ****" && \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[tool]
|
||||
[tool.poetry]
|
||||
name = "unifi-protect-backup"
|
||||
version = "0.5.1"
|
||||
version = "0.5.2"
|
||||
homepage = "https://github.com/ep1cman/unifi-protect-backup"
|
||||
description = "Python tool to backup unifi event clips in realtime."
|
||||
authors = ["sebastian.goscik <sebastian@goscik.com>"]
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
__author__ = """sebastian.goscik"""
|
||||
__email__ = 'sebastian@goscik.com'
|
||||
__version__ = '0.5.1'
|
||||
__version__ = '0.5.2'
|
||||
|
||||
from .unifi_protect_backup import UnifiProtectBackup
|
||||
|
||||
Reference in New Issue
Block a user