Skip to content

Commit 41b8cc7

Browse files
committed
setup.py: fix version number spec
1 parent 2f43c7f commit 41b8cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
setup(name='fprettify',
6-
version='v0.1',
6+
version='0.1',
77
description='auto-formatter for modern fortran source code',
88
author='Patrick Seewald, Ole Schuett, Mohamed Fawzi',
99
license='GPL',

0 commit comments

Comments
 (0)