Skip to content

Commit 0d3da10

Browse files
committed
release v0.3.3
1 parent 025c060 commit 0d3da10

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
@@ -1360,7 +1360,7 @@ def run(argv=sys.argv): # pragma: no cover
13601360
parser.add_argument('-f', '--fortran', type=str, action='append', default=[],
13611361
help="Overrides default fortran extensions recognized by --recursive. Repeat this option to specify more than one extension.")
13621362
parser.add_argument('--version', action='version',
1363-
version='%(prog)s 0.3.3a2')
1363+
version='%(prog)s 0.3.3')
13641364

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

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.3a2',
11+
version='0.3.3',
1212
description='auto-formatter for modern fortran source code',
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
@@ -20,7 +20,7 @@
2020
test_suite='fprettify.tests',
2121
keywords='fortran format formatting auto-formatter indent',
2222
url='https://github.com/pseewald/fprettify',
23-
download_url='https://github.com/pseewald/fprettify/archive/v0.3.3a2.tar.gz',
23+
download_url='https://github.com/pseewald/fprettify/archive/v0.3.3.tar.gz',
2424
classifiers=[
2525
'Development Status :: 5 - Production/Stable',
2626
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)