Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Nov 22, 2016
1 parent a85c6b1 commit 768070d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion h5json/hdf5db.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def createHDF5File(filePath):
@staticmethod
def getVersionInfo():
versionInfo = {}
versionInfo['hdf5-json-version'] = "1.0.0" # todo - have this auto-synch with package version
versionInfo['hdf5-json-version'] = "1.1.0" # todo - have this auto-synch with package version
versionInfo['h5py_version'] = h5py.version.version
versionInfo['hdf5_version'] = h5py.version.hdf5_version
return versionInfo
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.0.2',
version='1.1.0',

description='A sample Python project',
description='HDF5/JSON Tools',
long_description=long_description,

# The project's main homepage.
Expand Down Expand Up @@ -93,9 +93,9 @@
# If there are data files included in your packages that need to be
# installed, specify them here. If using Python 2.6 or less, then these
# have to be included in MANIFEST.in as well.
#package_data={
# 'sample': ['package_data.dat'],
#},
package_data={
'h5json': ['data/json/*', 'data/hdf5/*']
},

# Although 'package_data' is the preferred approach, in some case you may
# need to place data files outside of your packages. See:
Expand Down

0 comments on commit 768070d

Please sign in to comment.