Bump version

This commit is contained in:
Einar Forselv 2020-03-07 03:10:48 +01:00
parent d4c77cf43d
commit cf668e2153
4 changed files with 7 additions and 7 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.2'
release = '0.5.0'
# -- General configuration ---------------------------------------------------

View File

@ -13,9 +13,9 @@ When releasing a bugfix version we need to update the
main image as well.
```bash
docker build src --tag zettaio/restic-compose-backup:0.4
docker build src --tag zettaio/restic-compose-backup:0.4.2
docker build src --tag zettaio/restic-compose-backup:0.5
docker build src --tag zettaio/restic-compose-backup:0.5.0
docker push zettaio/restic-compose-backup:0.4
docker push zettaio/restic-compose-backup:0.4.2
docker push zettaio/restic-compose-backup:0.5
docker push zettaio/restic-compose-backup:0.5.0
```

View File

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

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.2",
version="0.5.0",
author="Einar Forselv",
author_email="eforselv@gmail.com",
packages=find_namespace_packages(include=['restic_compose_backup']),