Skip to content

Commit

Permalink
Bump version: 0.9.3 → 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgp2 committed Apr 15, 2023
1 parent de8ec88 commit 9eb9be6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "minifold"
version = '0.9.3'
version = '0.10.0'
description = "Minifold is a Python module able to interact with various data sources (e.g. CSV, LDAP, SQL, twitter, etc.) and to query/combine/aggregate them with database-like operators."
authors = ["Marc-Olivier Buob <[email protected]>"]
license = "BSD-3 license"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.3
current_version = 0.10.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion src/minifold/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
__email__ = "[email protected]"
__copyright__ = "Copyright (C) 2018, Nokia"
__license__ = "BSD-3"
__version__ = '0.9.3' # Use single quotes for bumpversion (see setup.cfg)
__version__ = '0.10.0' # Use single quotes for bumpversion (see setup.cfg)

from .binary_predicate import OPERATORS, OPERATORS_TO_STR, BinaryPredicate
from .cached import CachedEntriesConnector, JsonCachedConnector, PickleCachedConnector
Expand Down

0 comments on commit 9eb9be6

Please sign in to comment.