Skip to content

Commit

Permalink
Actually bump version number, not just changelog.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 597929592
  • Loading branch information
ColCarroll authored and The bayeux Authors committed Jan 12, 2024
1 parent b8de3b4 commit b1277ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bayeux/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# A new PyPI release will be pushed everytime `__version__` is increased
# When changing this, also update the CHANGELOG.md
__version__ = '0.1.4'
__version__ = '0.1.5'

# Note: import <name> as <name> is required for names to be exported.
# See PEP 484 & https://github.com/google/jax/issues/7570
Expand Down

0 comments on commit b1277ff

Please sign in to comment.