Skip to content

Commit 5c33ccf

Browse files
committed
Bump version
1 parent 764aac6 commit 5c33ccf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Zetta.IO Technology AS'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.5.0'
25+
release = '0.6.0'
2626

2727
# -- General configuration ---------------------------------------------------
2828

extras/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ When releasing a bugfix version we need to update the
1313
main image as well.
1414

1515
```bash
16-
docker build src --tag zettaio/restic-compose-backup:0.5
17-
docker build src --tag zettaio/restic-compose-backup:0.5.0
16+
docker build src --tag zettaio/restic-compose-backup:0.6
17+
docker build src --tag zettaio/restic-compose-backup:0.6.0
1818

1919
docker push zettaio/restic-compose-backup:0.5
2020
docker push zettaio/restic-compose-backup:0.5.0

src/restic_compose_backup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.0'
1+
__version__ = '0.6.0'

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name="restic-compose-backup",
55
url="https://github.com/ZettaIO/restic-compose-backup",
6-
version="0.5.0",
6+
version="0.6.0",
77
author="Einar Forselv",
88
author_email="eforselv@gmail.com",
99
packages=find_namespace_packages(include=['restic_compose_backup']),

0 commit comments

Comments
 (0)