From e1353b29079a6d89326c8877c4ef1d8f29c81d9c Mon Sep 17 00:00:00 2001 From: nathro Date: Fri, 3 Jun 2022 10:09:21 -0700 Subject: [PATCH] Release 0.3.0 --- 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 98fe3865..adcf3da1 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.0a2" +release = "0.3.0" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 606c730f..6791f275 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.0a2", + version="0.3.0", author="Nathan Rockenbach", author_email="nathro.software@gmail.com", description="A component based framework for designing automated code modification",