Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nathro committed Jun 3, 2022
1 parent ba4f210 commit e1353b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
description="A component based framework for designing automated code modification",
Expand Down

0 comments on commit e1353b2

Please sign in to comment.