File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " regexp-learner"
3
- version = ' 0.2.1 '
3
+ version = ' 1.0.0 '
4
4
description = " Python3 module providing some algorithms to infer automata and regular expressions.\" "
5
5
authors = [
6
6
" Marc-Olivier Buob <marc-olivier.buob@nokia-bell-labs.com>" ,
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.2.1
2
+ current_version = 1.0.0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 11
11
__email__ = "marc-olivier.buob@nokia-bell-labs.com, maxime.raynal@nokia.com"
12
12
__copyright__ = "Copyright (C) 2019, Nokia"
13
13
__license__ = "BSD-3"
14
- __version__ = '0.2.1 ' # Use single quotes for bumpversion (see setup.cfg)
14
+ __version__ = '1.0.0 ' # Use single quotes for bumpversion (see setup.cfg)
15
15
16
16
from .gold import *
17
17
from .lstar import *
You can’t perform that action at this time.
0 commit comments