From fabbb367f5375d171b65422c1e6aab532ff0d8bb Mon Sep 17 00:00:00 2001 From: sbrugman Date: Wed, 28 Oct 2020 23:29:49 +0100 Subject: [PATCH] Version bump --- popmon/version.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/popmon/version.py b/popmon/version.py index 82742b9e..d06dc7ab 100644 --- a/popmon/version.py +++ b/popmon/version.py @@ -1,6 +1,6 @@ """THIS FILE IS AUTO-GENERATED BY SETUP.PY.""" name = "popmon" -version = "0.3.9" -full_version = "0.3.9" +version = "0.3.10" +full_version = "0.3.10" release = True diff --git a/setup.py b/setup.py index 034e55ce..a5714385 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ MAJOR = 0 REVISION = 3 -PATCH = 9 +PATCH = 10 DEV = False # NOTE: also update version at: README.rst