Skip to content

Commit

Permalink
Merge pull request #16 from gsemet/master
Browse files Browse the repository at this point in the history
Fix for py3.5
  • Loading branch information
mtkennerly committed Jul 2, 2020
2 parents 55b1476 + 1487e4d commit 347fb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poetry_dynamic_versioning/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def alt_poetry_create(cls, *args, **kwargs):
try:
_state.version = _get_version(config)
finally:
os.chdir(current_dir)
os.chdir(str(current_dir))

dynamic_version = _state.version[1]
if first_time:
Expand Down

0 comments on commit 347fb76

Please sign in to comment.