Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit b43729a

Browse files
committed
Bump version: 0.7.1 → 0.8.0
1 parent c4c791b commit b43729a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vim:set ft=dockerfile:
22
FROM continuumio/miniconda3
33
MAINTAINER https://github.com/bird-house/malleefowl
4-
LABEL Description="Malleefowl WPS" Vendor="Birdhouse" Version="0.7.1"
4+
LABEL Description="Malleefowl WPS" Vendor="Birdhouse" Version="0.8.0"
55

66
# Update Debian system
77
RUN apt-get update && apt-get install -y \

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# The short X.Y version.
6363
version = ''
6464
# The full version, including alpha/beta/rc tags.
65-
release = '0.7.1'
65+
release = '0.8.0'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

malleefowl/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
__author__ = """Carsten Ehbrecht"""
88
__email__ = '[email protected]'
9-
__version__ = '0.7.1'
9+
__version__ = '0.8.0'

setup.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.7.1
2+
current_version = 0.8.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)