Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Feb 6, 2023
1 parent 7b41bb0 commit 2b0350e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-xsv"
version = "0.1.0-alpha.1"
version = "0.2.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion python/sqlite_xsv/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.0-alpha.1"
VERSION = "0.2.0"

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

0 comments on commit 2b0350e

Please sign in to comment.