Skip to content

Commit 7391f34

Browse files
Update __init__.py
Bump version number.
1 parent 7b1348a commit 7391f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/stylist/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Extensible code style checker currently supporting Fortran, PSyclone DSL, etc
99
"""
1010

11-
__version__ = '0.4.1.dev0'
11+
__version__ = '0.4.1'
1212

1313

1414
class StylistException(Exception):

0 commit comments

Comments
 (0)