Skip to content

Commit 96bf773

Browse files
committed
Version increment (to v0.1.9)
1 parent 627c223 commit 96bf773

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ v0.1.8:
6464
2020-12-23 -- 1cfbfc3 Add P1D chunk tests
6565
2020-12-23 -- f41599c Add P1Y chunk tests
6666
2020-12-23 -- ff8e1ab Refactor hapi.py; clean up util.py
67+
v0.1.9:
68+
2020-12-23 -- Remove hapiplot. Addresses #31.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PYTHONVERS=python3.8 python3.7 python3.6 python3.5 python2.7
88

99
# VERSION is updated in "make version-update" step and derived
1010
# from CHANGES.txt. Do not edit.
11-
VERSION=0.1.8
11+
VERSION=0.1.9
1212
SHELL:= /bin/bash
1313

1414
LONG_TESTS=false

hapiclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
# Allow "from hapiclient import gallery"
3030
from hapiclient.gallery.gallery import gallery
3131

32-
__version__ = '0.1.8'
32+
__version__ = '0.1.9'

hapiclient/hapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def hapi(*args, **kwargs):
147147
For additional documentation and demonstration, see
148148
https://github.com/hapi-server/client-python-notebooks/blob/master/hapi_demo.ipynb
149149
150-
Version: 0.1.8
150+
Version: 0.1.9
151151
152152
153153
Parameters

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# version is modified by misc/version.py (executed from Makefile). Do not edit.
4040
setup(
4141
name='hapiclient',
42-
version='0.1.8',
42+
version='0.1.9',
4343
author='Bob Weigel',
4444
author_email='rweigel@gmu.edu',
4545
packages=find_packages(),

0 commit comments

Comments
 (0)