Skip to content

Commit

Permalink
Updated to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NayamAmarshe committed Feb 9, 2023
1 parent 842112d commit f76da73
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<p align="center"><img src="https://user-images.githubusercontent.com/25067102/173348894-09190c99-baff-477a-9b48-b4d3cff0f029.gif"></img></center>

# [Version 0.3 is out now!](https://github.com/NayamAmarshe/please/releases/tag/0.3.0)
# [Version 0.3.1 is out now!](https://github.com/NayamAmarshe/please/releases/tag/0.3.1)
### Upgrade with `pip3 install please-cli --upgrade`

# 📖 Table of Contents
Expand Down Expand Up @@ -199,6 +199,12 @@ poetry build

- The package will be generated in **dist** folder, you can then use pip to install the WHL file.

7. **For Nayam:** Publish the package with:

```
poetry publish -u <username> -p <password>
```

# 🚮 Uninstalling

Open your terminal and type:
Expand Down
Binary file added dist/please_cli-0.3.0-py3-none-any.whl
Binary file not shown.
Binary file added dist/please_cli-0.3.0.tar.gz
Binary file not shown.
Binary file added dist/please_cli-0.3.1-py3-none-any.whl
Binary file not shown.
Binary file added dist/please_cli-0.3.1.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion please/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.3.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "please-cli"
version = "0.3.0"
version = "0.3.1"
description = "A new tab page for your terminal"
authors = ["Nayam Amarshe", "TGS963"]
packages = [{ include = "please" }]
Expand Down
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.3.1"
2 changes: 1 addition & 1 deletion tests/test_please.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.3.0"
assert __version__ == "0.3.1"

0 comments on commit f76da73

Please sign in to comment.