Skip to content

Commit 2ece5d0

Browse files
committed
release v0.3.6
1 parent 00a71c3 commit 2ece5d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fprettify/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,7 @@ def str2bool(str):
15111511
parser.add_argument('-f', '--fortran', type=str, action='append', default=[],
15121512
help="Overrides default fortran extensions recognized by --recursive. Repeat this option to specify more than one extension.")
15131513
parser.add_argument('--version', action='version',
1514-
version='%(prog)s 0.3.4')
1514+
version='%(prog)s 0.3.6')
15151515

15161516
args = parser.parse_args(argv[1:])
15171517

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
long_description = f.read()
99

1010
setup(name='fprettify',
11-
version='0.3.4',
11+
version='0.3.6',
1212
description='auto-formatter for modern fortran source code',
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
@@ -23,7 +23,7 @@
2323
test_suite='fprettify.tests',
2424
keywords='fortran format formatting auto-formatter indent',
2525
url='https://github.com/pseewald/fprettify',
26-
download_url='https://github.com/pseewald/fprettify/archive/v0.3.4.tar.gz',
26+
download_url='https://github.com/pseewald/fprettify/archive/v0.3.6.tar.gz',
2727
classifiers=[
2828
'Development Status :: 5 - Production/Stable',
2929
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)