Skip to content

Commit

Permalink
Make vanacli immediately accessible after installation (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
volod-vana authored Nov 11, 2024
1 parent 9156508 commit 1cb8fb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vana"
version = "0.23.0"
version = "0.24.0"
description = ""
authors = ["Tim Nunamaker <[email protected]>", "Volodymyr Isai <[email protected]>", "Kahtaf Alam <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -35,3 +35,6 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
vanacli = "vana.cli:main"

[tool.poetry.entry_points.console_scripts]
vanacli = "vana.cli:main"
2 changes: 1 addition & 1 deletion vana/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.

__version__ = "0.23.0"
__version__ = "0.24.0"

import rich

Expand Down

0 comments on commit 1cb8fb6

Please sign in to comment.