Skip to content

Commit

Permalink
fixed 'os' import in the 'bulkDGD.core.model' module
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeSora committed Aug 1, 2024
1 parent 6b4feea commit d2853ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bulkDGD/core/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

# Import from the standard library.
import logging as log
import os
import platform
import re
import time
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"Anders Lykkebo-Valløe, Andreas Bjerregaard, Anders Krogh"

# Set the project's version.
version = "1.0.4"
version = "1.0.5"

# Set a brief description of the project.
description = \
Expand Down

0 comments on commit d2853ea

Please sign in to comment.