We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d31d45 commit d8c4011Copy full SHA for d8c4011
.bumpversion.cfg
@@ -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
@@ -27,13 +27,6 @@
27
#
28
29
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
37
import os
38
import shlex
39
import struct
0 commit comments