Skip to content

Commit 4a4e24a

Browse files
committed
refractoring
1 parent fb98902 commit 4a4e24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fp_conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class FPConf(object):
22
def __init__(self):
33
self.f_output: str = ''
4-
self.version:str = '2.0.1 Prerelease'
4+
self.version:str = '2.0.2 Prerelease'
55
self.interactive:bool = True
66

77
class FPFilesConf(object):

0 commit comments

Comments
 (0)