Skip to content

Commit 9de5bd2

Browse files
committed
Bump version: 0.9.0 → 0.9.1
1 parent 9eb0fd3 commit 9de5bd2

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/emu
4-
LABEL Description="Emu: Demo PyWPS" Vendor="Birdhouse" Version="0.9.0"
4+
LABEL Description="Emu: Demo PyWPS" Vendor="Birdhouse" Version="0.9.1"
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
@@ -68,7 +68,7 @@
6868
# The short X.Y version.
6969
version = ''
7070
# The full version, including alpha/beta/rc tags.
71-
release = '0.9.0'
71+
release = '0.9.1'
7272

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

emu/__version__.py

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

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.9.0
2+
current_version = 0.9.1
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)