Skip to content

Commit 96ad5f9

Browse files
committed
Bump version
1 parent d14eadc commit 96ad5f9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.bumpversion.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0-dev
2+
current_version = 0.1.0
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>\w+))?
@@ -28,7 +28,7 @@ replace = version: {new_version}
2828
[bumpversion:file:HISTORY.rst]
2929
search = .. comment:: bumpversion marker
3030
replace = .. comment:: bumpversion marker
31-
31+
3232
{new_version} ({now:%Y-%m-%d})
3333
------------------
3434

.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ default_context:
2929
use_pypi_deployment_with_travis: y
3030
use_pytest: y
3131
use_requiresio: y
32-
version: 0.1.0-dev
32+
version: 0.1.0
3333
year: 2017

HISTORY.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ History
44

55
.. comment:: bumpversion marker
66

7-
0.1.0-dev (unreleased)
8-
----------------------
7+
0.1.0 (2017-02-02)
8+
------------------
99

1010
* First release on PyPI.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0-dev
1+
0.1.0

src/dask_elasticsearch/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
__author__ = 'Rolando (Max) Espinoza'
1010
__email__ = 'rolando at rmax.io'
11-
__version__ = '0.1.0-dev'
11+
__version__ = '0.1.0'
1212

1313

1414
def _elasticsearch_scan(client_cls, client_kwargs, **params):

0 commit comments

Comments
 (0)