Skip to content

Commit d2853ea

Browse files
committed
fixed 'os' import in the 'bulkDGD.core.model' module
1 parent 6b4feea commit d2853ea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bulkDGD/core/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
# Import from the standard library.
4040
import logging as log
41+
import os
4142
import platform
4243
import re
4344
import time

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"Anders Lykkebo-Valløe, Andreas Bjerregaard, Anders Krogh"
4747

4848
# Set the project's version.
49-
version = "1.0.4"
49+
version = "1.0.5"
5050

5151
# Set a brief description of the project.
5252
description = \

0 commit comments

Comments
 (0)