changeset 22:17e3a9b6b4e2 default tip

string not tuple
author Jeff Hammel <k0scist@gmail.com>
date Sun, 02 Jun 2024 15:58:09 -0700
parents f7396d92446d
children
files setup.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Jun 02 15:50:28 2024 -0700
+++ b/setup.py	Sun Jun 02 15:58:09 2024 -0700
@@ -1,6 +1,6 @@
 from setuptools import setup
 
-description = "a place to list links + tools",
+description = "a place to list links + tools"
 
 # :( `twine check` does not like the README
 # because restructured text changed their tbale format
@@ -11,7 +11,7 @@
 #    description = ''
 long_description = description
 
-version = "0.4.2"
+version = "0.4.3"
 
 # dependencies
 dependencies = [