From 19853f4756b283949df29e4a06c6bfa83bf65233 Mon Sep 17 00:00:00 2001 From: nathro Date: Thu, 23 Jun 2022 14:58:40 -0700 Subject: [PATCH] Release 1.0.0 - Alpha 1 --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 429028f8..411c850e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "Nathan Rockenbach" # The full version, including alpha/beta/rc tags -release = "0.3.1" +release = "1.0.0a1" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index d902e3e8..9a4ad5ee 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def generate_datafiles() -> List[Tuple[str, List[str]]]: setuptools.setup( name="AutoTransform", - version="0.3.1", + version="1.0.0a1", author="Nathan Rockenbach", author_email="nathro.software@gmail.com", description="A component based framework for designing automated code modification",