Skip to content

Commit

Permalink
Bump version: 0.1.2 → 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
d1618033 committed Feb 14, 2020
1 parent 4bab864 commit 54ac31f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.3
commit = True
tag = True

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ Unreleased

* ...

0.1.3 - 2020-02-14
-----

* ...

0.1.1 - 2020-02-12
-----

Expand Down
2 changes: 1 addition & 1 deletion listful/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .exceptions import MoreThanOneResultException, NotFoundException # noqa
from .listful import Listful # noqa

__version__ = '0.1.2'
__version__ = '0.1.3'
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 = "listful"
version = "0.1.2"
version = "0.1.3"
description = "efficient filtering of lists of objects"
authors = ["David S <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 54ac31f

Please sign in to comment.