Skip to content

Commit

Permalink
update setup.py and pyproject for 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
icyveins7 committed Mar 8, 2024
1 parent 73fa114 commit d5cb885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
]
description = "Sqlite Extensions and Wrappers"
license = {file = "LICENSE"}
version = "0.0.3"
version = "0.0.4"
readme = "README.md"
keywords = ["sqlite", "wrapper", "extensions"]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

from setuptools import setup, find_packages
setup(name="sew",
version="0.0.3",
version="0.0.4",
packages=find_packages("."))

0 comments on commit d5cb885

Please sign in to comment.