File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " find-abstract-syntax-tree"
3- version = ' 0.2.0 '
3+ version = ' 0.2.1 '
44description = " Python3 module inferring Abstract Syntax Trees (AST) representing regular expressions (RE) given a set of positive examples."
55authors = [
66 " Maxime Raynal <maxime.raynal@nokia.com>" ,
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.2.0
2+ current_version = 0.2.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 88__email__ = "marc-olivier.buob@nokia-bell-labs.com"
99__copyright__ = "Copyright (C) 2023, Nokia"
1010__license__ = "BSD-3"
11- __version__ = '0.2.0 ' # Use single quotes for bumpversion (see setup.cfg)
11+ __version__ = '0.2.1 ' # Use single quotes for bumpversion (see setup.cfg)
1212
1313from .cbfs import CBFS
1414from .density import ast_density , dfa_density
You can’t perform that action at this time.
0 commit comments