Skip to content

Commit 6a18450

Browse files
committed
Bump version: 1.5.1 → 2.0.0
1 parent 36e8800 commit 6a18450

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.1
2+
current_version = 2.0.0
33
commit = True
44
tag = True
55

cmdint/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.5.1"
1+
__version__ = "2.0.0"
22
__copyright__ = "Copyright 2018, German Cancer Research Center (DKFZ), Division of Medical Image Computing"
33

44
from cmdint.CmdInterface import CmdInterface

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(name='cmdint',
4-
version='1.5.1',
4+
version='2.0.0',
55
description='Enables detailed logging of command line calls in a very lightweight manner.',
66
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.',
77
url='https://github.com/MIC-DKFZ/cmdint/',

0 commit comments

Comments
 (0)