Skip to content

Commit

Permalink
Bump version: 1.3.0 → 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterneher committed Mar 11, 2019
1 parent 5633156 commit 5d5b66e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.0
current_version = 1.3.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion cmdint/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.3.0"
__version__ = "1.3.1"
__copyright__ = "Copyright 2018, German Cancer Research Center (DKFZ), Division of Medical Image Computing"

from cmdint.CmdInterface import CmdInterface
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='cmdint',
version='1.3.0',
version='1.3.1',
description='Enables detailed logging of command line calls in a very lightweight manner.',
long_description='CmdInterface enables detailed logging of command line and python experiments in a very lightweight manner (coding wise). It wraps your command line or python function calls in a few lines of code and logs everything you might need to reproduce the experiment later on or to simply check what you did a couple of years ago.',
url='https://github.com/MIC-DKFZ/cmdint/',
Expand Down

0 comments on commit 5d5b66e

Please sign in to comment.