We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1f929 commit e10992aCopy full SHA for e10992a
pathwaysutils/__init__.py
@@ -24,6 +24,11 @@
24
from pathwaysutils.persistence import pathways_orbax_handler
25
26
27
+# A new PyPI release will be pushed every time `__version__` is increased.
28
+# When changing this, also update the CHANGELOG.md.
29
+__version__ = "0.0.6"
30
+
31
32
# This is a brittle implementation since the platforms value is not necessarily
33
# which backend is ultimately selected
34
def _is_pathways_used():
0 commit comments