Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nathro committed Aug 23, 2022
1 parent 32e328f commit a0b9da5
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 = "1.0.3a1"
release = "1.0.3"


# -- 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="1.0.3a1",
version="1.0.3",
author="Nathan Rockenbach",
author_email="[email protected]",
description="A component based framework for designing automated code modification",
Expand Down

0 comments on commit a0b9da5

Please sign in to comment.