Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nathro committed Aug 3, 2022
1 parent 0519f21 commit f429587
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.1a4"
release = "1.0.1"


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

0 comments on commit f429587

Please sign in to comment.