Skip to content

Commit 15b2866

Browse files
committed
Revert file delimiter functionality.
1 parent 7cefc73 commit 15b2866

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

src/pyplanqk/helpers.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,4 @@ def get_path_delimiter() -> str:
176176
Doc Author:
177177
Trelent
178178
"""
179-
path_delimiter: str = ""
180-
if os.name == "nt":
181-
path_delimiter: str = "\\"
182-
elif os.name == "posix":
183-
path_delimiter: str = "/"
184-
return path_delimiter
179+
return "/"

src/pyplanqk/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
__version_tuple__: VERSION_TUPLE
1313
version_tuple: VERSION_TUPLE
1414

15-
__version__ = version = '0.0.post76+g84e256f.d20240226'
16-
__version_tuple__ = version_tuple = (0, 0, 'g84e256f.d20240226')
15+
__version__ = version = '1.0.0.post1+g7cefc73.d20240227'
16+
__version_tuple__ = version_tuple = (1, 0, 0, 'g7cefc73.d20240227')

0 commit comments

Comments
 (0)