Skip to content

Commit b102739

Browse files
committed
Bump version: 0.0.1 → 0.0.2
1 parent 51747a2 commit b102739

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919

2020
[tool.poetry]
2121
name = "fuzzy-set"
22-
version = "0.0.1"
22+
version = "0.0.2"
2323
description = "This library allows to manipulate and plot Fuzzy Sets, Fuzzy Numbers, Trapezoidal Fuzzy Numbers and Triangular Fuzzy Numbers"
2424
authors = [
2525
"Marc-Olivier Buob <[email protected]>",

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.0.1
2+
current_version = 0.0.2
33
commit = True
44
tag = True
55

src/fuzzy_set/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__maintainer__ = "Marc-Olivier Buob"
77
__email__ = "[email protected]"
88
__license__ = "BSD-3"
9-
__version__ = "0.0.1"
9+
__version__ = "0.0.2"
1010

1111

1212
from .fuzzy_number import FuzzyNumber

0 commit comments

Comments
 (0)