[python-hdf5storage] 76/84: Incremented the package version to 0.1.9.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Feb 29 08:25:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag 0.1.10
in repository python-hdf5storage.

commit c5af0aa1423fee3e6fa92a2c4758f3ec583761ed
Author: Freja Nordsiek <fnordsie at gmail.com>
Date:   Tue Sep 1 14:54:57 2015 -0400

    Incremented the package version to 0.1.9.
---
 doc/source/conf.py      | 4 ++--
 hdf5storage/__init__.py | 4 ++--
 setup.py                | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/source/conf.py b/doc/source/conf.py
index 9557cba..ff46f53 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -59,9 +59,9 @@ copyright = '2013-2015, Freja Nordsiek'
 # built documents.
 #
 # The short X.Y version.
-version = '0.1.8'
+version = '0.1.9'
 # The full version, including alpha/beta/rc tags.
-release = '0.1.8'
+release = '0.1.9'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/hdf5storage/__init__.py b/hdf5storage/__init__.py
index 59ae635..acbd0aa 100644
--- a/hdf5storage/__init__.py
+++ b/hdf5storage/__init__.py
@@ -28,11 +28,11 @@ This is the hdf5storage package, a Python package to read and write
 python data types to HDF5 (Heirarchal Data Format) files beyond just
 Numpy types.
 
-Version 0.1.8
+Version 0.1.9
 
 """
 
-__version__ = "0.1.8"
+__version__ = "0.1.9"
 
 import sys
 import os
diff --git a/setup.py b/setup.py
index 7372fb1..8c6f05f 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ with open('README.rst') as file:
     long_description = file.read()
 
 setup(name='hdf5storage',
-      version='0.1.8',
+      version='0.1.9',
       description='Utilities to read/write Python types to/from HDF5 files, including MATLAB v7.3 MAT files.',
       long_description=long_description,
       author='Freja Nordsiek',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-hdf5storage.git



More information about the debian-science-commits mailing list