Skip to content

Commit c7b7d01

Browse files
committed
Bump version: 1.2.6 → 1.2.7
1 parent e155c23 commit c7b7d01

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.2.6
2+
current_version = 1.2.7
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.2.6"
1+
__version__ = "1.2.7"
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.2.6',
4+
version='1.2.7',
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)