summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@macaw.me>2020-07-05 21:57:19 +0800
committerFrederick Yin <fkfd@macaw.me>2020-07-05 21:58:16 +0800
commitcd39b335f43032eb0416f97ecf7460198fdc9b49 (patch)
tree95832acc50fe92914b5d3bd2aa32c20325e3d1af /setup.py
parent859f2af6533e3de839d544ada6c6b073e004ae68 (diff)
Update metadata for v0.3.0
- README - version bump
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 71b9a94..aaa9320 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.1",
+ version="0.3.0",
author="Frederick Yin",
author_email="fkfd@macaw.me",
description="Web browser new tab dashboard HTTP daemon",