Skip to content

Commit

Permalink
chore: Bump version to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 committed Dec 2, 2024
1 parent 1f48a72 commit 622c8b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "biscuit-editor"
version = "2.99.99"
version = "3.0.0"
description = "A lightweight, fast, and extensible code editor with a growing community"
authors = ["Billy <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/biscuit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.99.99"
__version__ = "3.0.0"
__version_info__ = tuple([int(num) for num in __version__.split(".")])

from .main import *

0 comments on commit 622c8b2

Please sign in to comment.