Skip to content

Commit

Permalink
Merge branch 'main' into chore/next-version
Browse files Browse the repository at this point in the history
  • Loading branch information
carstencodes authored Aug 23, 2024
2 parents 0c0d41a + 0478f26 commit 3e04ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pdm_bump/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ class _DynamicStorageBackend(_VersionStorageBackend, ABC):
@traced_function
def is_enabled(self) -> "bool":
""""""
return self.__config.meta_data.is_dynamic_version
return self._config.meta_data.is_dynamic_version


class _PdmPep517StorageBackend(_DynamicStorageBackend):
Expand Down

0 comments on commit 3e04ff5

Please sign in to comment.