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 6b4feea commit d2853eaCopy full SHA for d2853ea
bulkDGD/core/model.py
@@ -38,6 +38,7 @@
38
39
# Import from the standard library.
40
import logging as log
41
+import os
42
import platform
43
import re
44
import time
setup.py
@@ -46,7 +46,7 @@
46
"Anders Lykkebo-Valløe, Andreas Bjerregaard, Anders Krogh"
47
48
# Set the project's version.
49
-version = "1.0.4"
+version = "1.0.5"
50
51
# Set a brief description of the project.
52
description = \
0 commit comments