Skip to content

Commit

Permalink
Bump version: 0.6.3 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huard committed Jun 25, 2019
1 parent 3ed632f commit d73ea7c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vim:set ft=dockerfile:
FROM continuumio/miniconda3
MAINTAINER https://github.com/huard/raven
LABEL Description="Raven WPS" Vendor="Birdhouse" Version="0.6.3"
LABEL Description="Raven WPS" Vendor="Birdhouse" Version="0.7.0"

# Update Debian system
RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# The short X.Y version.
version = ''
# The full version, including alpha/beta/rc tags.
release = '0.6.3'
release = '0.7.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion raven/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

__author__ = """David Huard"""
__email__ = '[email protected]'
__version__ = '0.6.3'
__version__ = '0.7.0'

raven_exec = Path(__file__).parent.parent / 'bin' / 'raven'
if not raven_exec.exists():
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.3
current_version = 0.7.0
commit = True
tag = True

Expand Down

0 comments on commit d73ea7c

Please sign in to comment.