From 26bacdf64f3153fa74b8caa62e219b76d91a55c1 Mon Sep 17 00:00:00 2001 From: Mathijs Dumon Date: Sat, 7 Mar 2020 08:33:28 +0100 Subject: [PATCH] Version bump --- mvc/__version.py | 2 +- pyxrd/__version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mvc/__version.py b/mvc/__version.py index e70692a..8af56b2 100644 --- a/mvc/__version.py +++ b/mvc/__version.py @@ -24,7 +24,7 @@ # Boston, MA 02110, USA. # ------------------------------------------------------------------------- -__version__ = "0.8.3" +__version__ = "0.8.4" diff --git a/pyxrd/__version.py b/pyxrd/__version.py index de435ca..ab860f3 100644 --- a/pyxrd/__version.py +++ b/pyxrd/__version.py @@ -5,7 +5,7 @@ # All rights reserved. # Complete license can be found in the LICENSE file. -__version__ = "0.8.3" +__version__ = "0.8.4"