Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nathro committed Jul 13, 2022
1 parent 19853f4 commit 49b91c6
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.0a1"
release = "1.0.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="1.0.0a1",
version="1.0.0",
author="Nathan Rockenbach",
author_email="nathro.software@gmail.com",
description="A component based framework for designing automated code modification",
Expand Down

0 comments on commit 49b91c6

Please sign in to comment.