Skip to content

Commit

Permalink
build: sqlite 3.45.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon committed Feb 6, 2024
1 parent 012b086 commit ce8c94f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
.PHONY: build

SQLITE_RELEASE_YEAR := 2024
SQLITE_VERSION := 3450000
SQLEAN_VERSION := 0.21.8
SQLITE_VERSION := 3450100
SQLEAN_VERSION := 0.21.10

prepare-src:
mkdir -p sqlite
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
log = logging.getLogger(__name__)

PACKAGE_NAME = "sqlean"
SQLEAN_VERSION = "0.21.8"
VERSION = "3.45.0"
SQLEAN_VERSION = "0.21.10"
VERSION = "3.45.1"

SHORT_DESCRIPTION = "sqlite3 with extensions"
LONG_DESCRIPTION = Path("README.md").read_text()
Expand Down

0 comments on commit ce8c94f

Please sign in to comment.