Skip to content

Commit 6c16fdf

Browse files
committed
Bump version: 0.2.0 → 0.2.1
1 parent 49e288b commit 6c16fdf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "find-abstract-syntax-tree"
3-
version = '0.2.0'
3+
version = '0.2.1'
44
description = "Python3 module inferring Abstract Syntax Trees (AST) representing regular expressions (RE) given a set of positive examples."
55
authors = [
66
"Maxime Raynal <maxime.raynal@nokia.com>",

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.2.1
33
commit = True
44
tag = True
55

src/fast/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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

1313
from .cbfs import CBFS
1414
from .density import ast_density, dfa_density

0 commit comments

Comments
 (0)