Skip to content

Commit

Permalink
Merge pull request #297 from manparvesh/v2
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
manparvesh authored Oct 7, 2024
2 parents f39a6ff + 7561fda commit c8357a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

Personal Assistant on the command line.

![Yoda](docs/docs/logo.png)

## Installation

```bash
Expand Down
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
site/
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 = "yodapa"
version = "0.2.0"
version = "0.3.0"
description = "Personal Assistant on the command line"
authors = ["Man Parvesh Singh Randhawa <[email protected]>"]
license = "MIT"
Expand All @@ -24,7 +24,7 @@ pytest = "^8.3.3"


[tool.poetry.group.docs.dependencies]
mkdocstrings = {extras = ["python"], version = "^0.26.1"}
mkdocstrings = { extras = ["python"], version = "^0.26.1" }

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit c8357a1

Please sign in to comment.