summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@macaw.me>2020-07-05 15:03:17 +0800
committerFrederick Yin <fkfd@macaw.me>2020-07-05 15:16:00 +0800
commitc229c8de3ed29810bc6a38470bbb9169d9f73b54 (patch)
tree5d2662174a6b01887fd212e1030bd437db9dfa62 /setup.py
parente3ccf1129fef6011124cc93eb7981513e28d9f98 (diff)
Update metadata for v0.2.1
- Add Why section and supplementary help - Add contributing info - Version bump v0.2.1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c2aecc9..9e76d5f 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ with open("README.md", "r") as f:
setuptools.setup(
name="utab", # Replace with your own username
- version="0.2.0",
+ version="0.2.1",
author="Frederick Yin",
author_email="fkfd@macaw.me",
description="Web browser new tab dashboard HTTP daemon",