Skip to content

Commit

Permalink
Test and chenge version
Browse files Browse the repository at this point in the history
  • Loading branch information
elkinaguas authored Aug 10, 2024
1 parent d49e04f commit 2eb1d6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "clir"
version = "0.6.1"
version = "0.6.3"
description = "A clear and fast way to store and recover your commands"
authors = ["Elkin Aguas <[email protected]>"]
license = "MIT License"
Expand All @@ -19,7 +19,7 @@ rich-click = "^1.7.0"
textual = "^0.47.1"

include = [
{ path = "clir/config/db/schema.sql", format = ["sdist", "wheel"] }
{ path = "clir/config/*", format = ["sdist", "wheel"] }
]

[build-system]
Expand Down

0 comments on commit 2eb1d6c

Please sign in to comment.