diff --git a/python/HeaderService/__init__.py b/python/HeaderService/__init__.py index 1873a57..45dc789 100644 --- a/python/HeaderService/__init__.py +++ b/python/HeaderService/__init__.py @@ -20,7 +20,7 @@ # along with this program. If not, see . __author__ = "LSST/Felipe Menanteau" -__version__ = "3.4.6" +__version__ = "3.4.7" version = __version__ from . import hutils diff --git a/setup.py b/setup.py index 19bb04d..52330b0 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # The main call setup(name='HeaderService', - version='3.4.6', + version='3.4.7', license="GPL", description="LSST Meta-data aggregator for FITS header service", author="LSST, Felipe Menanteau",