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 7390d1d commit 720d7b7Copy full SHA for 720d7b7
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.16.4
+current_version = 0.17.0
3
commit = True
4
tag = True
5
src/dnfile/__init__.py
@@ -14,7 +14,7 @@
14
"""
15
16
__author__ = """MalwareFrank"""
17
-__version__ = "0.16.4"
+__version__ = "0.17.0"
18
19
import copy as _copymod
20
import codecs
0 commit comments