Skip to content

Commit 6390c30

Browse files
committed
chore: Bump version to 0.25.7
1 parent 7f43f86 commit 6390c30

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cupcake/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.25.7'
1+
__version__ = '0.25.8'
22
__version_info__ = tuple([ int(num) for num in __version__.split('.')])
33

44
__all__ = ["Editor", "get_editor", "DiffEditor", "ImageViewer", "TextEditor", "Config", "Languages"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cupcake-editor"
3-
version = "0.25.7"
3+
version = "0.25.8"
44
description = "Embeddable text editor with autocompletions"
55
authors = ["Billy <billydevbusiness@gmail.com>"]
66
license = "MIT"

tests/test_cupcake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88

99
def test_version():
10-
assert __version__ == '0.25.7'
10+
assert __version__ == '0.25.8'

0 commit comments

Comments
 (0)