Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 4daa937

Browse files
committed
build: bump version to v0.1.1
1 parent f34c4c5 commit 4daa937

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ potential issues with the output script such as table/column renames.
9393
Assuming you have Python 3.8+ and Git, you can install this library with:
9494

9595
```sh
96-
pip install git+https://github.com/thegamecracks/sqlitediff@v0.1.0
96+
pip install git+https://github.com/thegamecracks/sqlitediff@v0.1.1
9797
```
9898

9999
After installation, the command-line interface can be used with `sqlitediff`

src/sqlitediff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
load_schema,
3131
)
3232

33-
__version__ = "0.1.0"
33+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)