Skip to content

Commit

Permalink
release v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pseewald committed Apr 9, 2020
1 parent 00a71c3 commit 2ece5d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fprettify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,7 @@ def str2bool(str):
parser.add_argument('-f', '--fortran', type=str, action='append', default=[],
help="Overrides default fortran extensions recognized by --recursive. Repeat this option to specify more than one extension.")
parser.add_argument('--version', action='version',
version='%(prog)s 0.3.4')
version='%(prog)s 0.3.6')

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

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = f.read()

setup(name='fprettify',
version='0.3.4',
version='0.3.6',
description='auto-formatter for modern fortran source code',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -23,7 +23,7 @@
test_suite='fprettify.tests',
keywords='fortran format formatting auto-formatter indent',
url='https://github.com/pseewald/fprettify',
download_url='https://github.com/pseewald/fprettify/archive/v0.3.4.tar.gz',
download_url='https://github.com/pseewald/fprettify/archive/v0.3.6.tar.gz',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 2ece5d0

Please sign in to comment.