From 16bbd4bb77eef157241f3b60a877e1b369c80336 Mon Sep 17 00:00:00 2001 From: Johannes Blaschke Date: Tue, 29 Dec 2020 19:50:37 -0800 Subject: [PATCH] bump version number --- callmonitor/version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/callmonitor/version.py b/callmonitor/version.py index b1aa9f3..92ca783 100644 --- a/callmonitor/version.py +++ b/callmonitor/version.py @@ -1,5 +1,5 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -VERSION = (0, 3, 0) +VERSION = (0, 3, 1) __version__ = "%d.%d.%d"%VERSION diff --git a/setup.py b/setup.py index b951573..3bc90e9 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setuptools.setup( name="callmonitor", - version="0.3.0", + version="0.3.1", author="Johannes Blaschke", author_email="johannes@blaschke.science", description="A light-weight package that allows you to monitor function calls with ease.",