diff setup.py @ 33:b582d2e32d92 default tip

bump version for release
author Jeff Hammel <k0scist@gmail.com>
date Sun, 02 Jun 2024 16:17:49 -0700
parents 840d60377c88
children
line wrap: on
line diff
--- a/setup.py	Sun Jun 02 16:14:57 2024 -0700
+++ b/setup.py	Sun Jun 02 16:17:49 2024 -0700
@@ -1,7 +1,7 @@
+import os
 from setuptools import setup
-import os
 
-version = '0.1.4'
+version = '0.1.5'
 
 # description
 try: