Skip to content

Commit b867294

Browse files
committed
Bump version: 0.4.6 → 0.4.7
1 parent 27eae2b commit b867294

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.6
2+
current_version = 0.4.7
33
commit = True
44
tag = True
55
sign_tags = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='dfnclient',
8-
version='0.4.6',
8+
version='0.4.7',
99
license='MIT',
1010
description='Certificate client based on the soap API of the dfn',
1111
install_requires =['click==7.1.2', 'termcolor==1.1.0', 'suds-py3==1.4.1.0', 'cryptography==3.1.1'],

0 commit comments

Comments
 (0)