Skip to content

Commit d8c4011

Browse files
committed
Implementing bumpversion
1 parent 4d31d45 commit d8c4011

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.bumpversion.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[bumpversion]
2+
current_version = 0.1.0
3+
commit = True
4+
tag = True
5+
6+
[bumpversion:file:setup.py]
7+
8+
[bumpversion:file:__init__.py]

domdf_python_tools/terminal.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@
2727
#
2828
#
2929

30-
__author__ = "Dominic Davis-Foster"
31-
__copyright__ = "Copyright 2014-2019 Dominic Davis-Foster"
32-
33-
__license__ = "GPL"
34-
__version__ = "0.1.0"
35-
__email__ = "[email protected]"
36-
3730
import os
3831
import shlex
3932
import struct

0 commit comments

Comments
 (0)