Skip to content

Commit 6a5c471

Browse files
[client] Release 2.1.3
1 parent cb60461 commit 6a5c471

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyoaev/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "2.1.2"
2+
__version__ = "2.1.3"
33

44
from pyoaev._version import ( # noqa: F401
55
__author__,

pyoaev/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
__email__ = "contact@filigran.io"
44
__license__ = "Apache 2.0"
55
__title__ = "python-openaev"
6-
__version__ = "2.1.2"
6+
__version__ = "2.1.3"

0 commit comments

Comments
 (0)