Skip to content

Commit 24d305e

Browse files
committed
version 0.1.1
1 parent f5bfa90 commit 24d305e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AUTHORS.rst

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ Contributors
1111
------------
1212

1313
* Marek Siarkowicz
14+
* Filip Figiel

business_logic/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from business_logic.core import LogicException, validated_by, validator
22
from business_logic.errors import LogicErrors
33

4-
__version__ = '0.1.0'
4+
__version__ = '0.1.1'

0 commit comments

Comments
 (0)