From 2a287c15e4166b3dd157282f34dd283c1a6afb82 Mon Sep 17 00:00:00 2001 From: Nathan Hess <63890205+nathan-hess@users.noreply.github.com> Date: Fri, 17 Mar 2023 20:53:36 -0400 Subject: [PATCH] Change package version to v0.1.0 --- pyxx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyxx/__init__.py b/pyxx/__init__.py index c934461..22a7ac9 100644 --- a/pyxx/__init__.py +++ b/pyxx/__init__.py @@ -1,7 +1,7 @@ """Collection of useful Python utilities and tools""" # PROGRAM VERSION ------------------------------------------------------------ -__version__ = '1.0.0' +__version__ = '0.1.0' # PACKAGE MODULES ------------------------------------------------------------