Skip to content

Commit e10992a

Browse files
lukebaumanncopybara-github
authored andcommitted
Adding a package version variable.
PiperOrigin-RevId: 687463334
1 parent cb1f929 commit e10992a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pathwaysutils/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
from pathwaysutils.persistence import pathways_orbax_handler
2525

2626

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+
2732
# This is a brittle implementation since the platforms value is not necessarily
2833
# which backend is ultimately selected
2934
def _is_pathways_used():

0 commit comments

Comments
 (0)