Skip to content

Commit

Permalink
chore: Bump version to 2.99.98 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 committed Nov 3, 2024
1 parent eca7ada commit cef7755
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/codequality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: "3.10"

python-version: '3.12'
- name: Install dependencies
run: |
sudo apt update
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 = "biscuit-editor"
version = "2.99.97"
version = "2.99.98"
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.97"
__version__ = "2.99.98"
__version_info__ = tuple([int(num) for num in __version__.split(".")])

from .main import *

0 comments on commit cef7755

Please sign in to comment.