Skip to content

Commit ebba129

Browse files
committed
prepare v0.3.4
1 parent 4ead825 commit ebba129

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
@@ -1494,7 +1494,7 @@ def str2bool(str):
14941494
parser.add_argument('-f', '--fortran', type=str, action='append', default=[],
14951495
help="Overrides default fortran extensions recognized by --recursive. Repeat this option to specify more than one extension.")
14961496
parser.add_argument('--version', action='version',
1497-
version='%(prog)s 0.3.3')
1497+
version='%(prog)s 0.3.4')
14981498

14991499
args = parser.parse_args(argv[1:])
15001500

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.3',
11+
version='0.3.4',
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.3.tar.gz',
26+
download_url='https://github.com/pseewald/fprettify/archive/v0.3.4.tar.gz',
2727
classifiers=[
2828
'Development Status :: 5 - Production/Stable',
2929
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)