Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JBlaschke committed Dec 30, 2020
1 parent 1a41109 commit 16bbd4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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.",
Expand Down

0 comments on commit 16bbd4b

Please sign in to comment.