Skip to content

Commit

Permalink
chore: Bump version to 0.25.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 committed Aug 4, 2023
1 parent 7f43f86 commit 6390c30
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.7'
__version__ = '0.25.8'
__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-editor"
version = "0.25.7"
version = "0.25.8"
description = "Embeddable text editor with autocompletions"
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.7'
assert __version__ == '0.25.8'

0 comments on commit 6390c30

Please sign in to comment.