Skip to content

Commit

Permalink
v0.1.1-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Feb 3, 2023
1 parent d903579 commit 914b851
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sqlite-regex"
version = "0.1.1-alpha.4"
version = "0.1.1-alpha.5"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion python/datasette_sqlite_regex/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

VERSION = "0.1.1-alpha.4"
VERSION = "0.1.1-alpha.5"

setup(
name="datasette-sqlite-regex",
Expand Down
2 changes: 1 addition & 1 deletion python/sqlite_regex/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import platform

VERSION = "0.1.1-alpha.4"
VERSION = "0.1.1-alpha.5"

system = platform.system()
machine = platform.machine()
Expand Down

0 comments on commit 914b851

Please sign in to comment.