Bump version

This commit is contained in:
Einar Forselv 2019-12-16 22:21:11 +01:00
parent cab4676b91
commit 336cace237
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ copyright = '2019, Zetta.IO Technology AS'
author = 'Zetta.IO Technology AS'
# The full version, including alpha/beta/rc tags
release = '0.4.1'
release = '0.4.2'
# -- General configuration ---------------------------------------------------

View File

@ -1 +1 @@
__version__ = '0.4.1'
__version__ = '0.4.2'

View File

@ -3,7 +3,7 @@ from setuptools import setup, find_namespace_packages
setup(
name="restic-compose-backup",
url="https://github.com/ZettaIO/restic-compose-backup",
version="0.4.1",
version="0.4.2",
author="Einar Forselv",
author_email="eforselv@gmail.com",
packages=find_namespace_packages(include=['restic_compose_backup']),