Skip to content

Commit 806c8a1

Browse files
committed
Bump version.
1 parent df1e747 commit 806c8a1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: MANIFEST.in

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ include README.rst
22
include LICENSE
33
recursive-exclude * __pycache__
44
recursive-exclude * *.py[co]
5-
graft aioelasticsearch

Diff for: aioelasticsearch/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from .transport import AIOHttpTransport # isort:skip
1414

1515

16-
__version__ = '0.0.5'
16+
__version__ = '0.1.0'
1717

1818

1919
class Elasticsearch(_Elasticsearch):

0 commit comments

Comments
 (0)