Skip to content

Commit fe56c94

Browse files
authored
Bump Python Runtime (#10)
* bump heroku runtime.txt * bump patch version
1 parent 2be1ea1 commit fe56c94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

create_flask_app/app/runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.8.3
1+
python-3.11.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="new-flask-app",
8-
version="1.0.3",
8+
version="1.0.4",
99
author="Philip Zhang",
1010
author_email="[email protected]",
1111
description="Autogenerate boilerplate code for a Flask app",

0 commit comments

Comments
 (0)