Skip to content

Commit f429587

Browse files
committed
Release 1.0.1
1 parent 0519f21 commit f429587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Nathan Rockenbach"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "1.0.1a4"
26+
release = "1.0.1"
2727

2828

2929
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def generate_datafiles() -> List[Tuple[str, List[str]]]:
4646

4747
setuptools.setup(
4848
name="AutoTransform",
49-
version="1.0.1a4",
49+
version="1.0.1",
5050
author="Nathan Rockenbach",
5151
author_email="[email protected]",
5252
description="A component based framework for designing automated code modification",

0 commit comments

Comments
 (0)