Skip to content

Commit

Permalink
chore: Bump up version to 0.25.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 committed Jul 21, 2023
1 parent 6b68620 commit aa12145
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cupcake/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.25.4'
__version__ = '0.25.5'
__version_info__ = tuple([ int(num) for num in __version__.split('.')])

__all__ = ["Editor", "get_editor", "DiffEditor", "ImageViewer", "TextEditor", "Config", "Languages"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cupcake"
version = "0.25.0"
version = "0.25.5"
description = "Embeddable code editor for python apps"
authors = ["Billy <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cupcake.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@


def test_version():
assert __version__ == '0.25.0'
assert __version__ == '0.25.5'

0 comments on commit aa12145

Please sign in to comment.