Skip to content

Commit

Permalink
Fix new_version()
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfsimoes committed Mar 26, 2024
1 parent e74c787 commit b2c8d91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zen/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -1670,6 +1670,7 @@ def new_version(self) -> Self:
"""
data = self._api.api.new_version_deposition(self._data['id'])
dep = Deposition(self._api, data)
dep.update()
return dep

@property
Expand Down

0 comments on commit b2c8d91

Please sign in to comment.