diff --git a/README.MD b/README.MD
index 813d3af..34a5659 100644
--- a/README.MD
+++ b/README.MD
@@ -13,7 +13,7 @@
-# [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
@@ -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 -p
+```
+
# 🚮 Uninstalling
Open your terminal and type:
diff --git a/dist/please_cli-0.3.0-py3-none-any.whl b/dist/please_cli-0.3.0-py3-none-any.whl
new file mode 100644
index 0000000..6bd4f4c
Binary files /dev/null and b/dist/please_cli-0.3.0-py3-none-any.whl differ
diff --git a/dist/please_cli-0.3.0.tar.gz b/dist/please_cli-0.3.0.tar.gz
new file mode 100644
index 0000000..3b17e3d
Binary files /dev/null and b/dist/please_cli-0.3.0.tar.gz differ
diff --git a/dist/please_cli-0.3.1-py3-none-any.whl b/dist/please_cli-0.3.1-py3-none-any.whl
new file mode 100644
index 0000000..20b3c77
Binary files /dev/null and b/dist/please_cli-0.3.1-py3-none-any.whl differ
diff --git a/dist/please_cli-0.3.1.tar.gz b/dist/please_cli-0.3.1.tar.gz
new file mode 100644
index 0000000..b6865d4
Binary files /dev/null and b/dist/please_cli-0.3.1.tar.gz differ
diff --git a/please/__init__.py b/please/__init__.py
index 493f741..260c070 100644
--- a/please/__init__.py
+++ b/please/__init__.py
@@ -1 +1 @@
-__version__ = "0.3.0"
+__version__ = "0.3.1"
diff --git a/pyproject.toml b/pyproject.toml
index 316e6cd..54f4187 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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" }]
diff --git a/tests/__init__.py b/tests/__init__.py
index 493f741..260c070 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1 +1 @@
-__version__ = "0.3.0"
+__version__ = "0.3.1"
diff --git a/tests/test_please.py b/tests/test_please.py
index 5d43d8a..f63f362 100644
--- a/tests/test_please.py
+++ b/tests/test_please.py
@@ -2,4 +2,4 @@
def test_version():
- assert __version__ == "0.3.0"
+ assert __version__ == "0.3.1"