From feda3996d7b892199908472026fb4c0ea04a9c25 Mon Sep 17 00:00:00 2001 From: Waqas Bhatti Date: Mon, 14 May 2018 10:41:43 -0400 Subject: [PATCH] v0.3.14 --- .bumpversion.cfg | 2 +- astrobase/__init__.py | 2 +- astrobase/hatsurveys/hatlc.py | 2 +- astrobase/hatsurveys/hplc.py | 2 +- astrobase/hatsurveys/k2hat.py | 2 +- astrobase/hatsurveys/oldhatlc.py | 2 +- astrobase/services/hatds.py | 2 +- setup.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1647f15a..33666fa8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.13 +current_version = 0.3.14 commit = False tag = False diff --git a/astrobase/__init__.py b/astrobase/__init__.py index af20f91d..f482a1ed 100644 --- a/astrobase/__init__.py +++ b/astrobase/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.3.13' +__version__ = '0.3.14' diff --git a/astrobase/hatsurveys/hatlc.py b/astrobase/hatsurveys/hatlc.py index 19dec35d..868aea63 100644 --- a/astrobase/hatsurveys/hatlc.py +++ b/astrobase/hatsurveys/hatlc.py @@ -87,7 +87,7 @@ ''' # put this in here because hatlc can be used as a standalone module -__version__ = '0.3.13' +__version__ = '0.3.14' ############# diff --git a/astrobase/hatsurveys/hplc.py b/astrobase/hatsurveys/hplc.py index dc16f349..4802c2e0 100644 --- a/astrobase/hatsurveys/hplc.py +++ b/astrobase/hatsurveys/hplc.py @@ -10,7 +10,7 @@ ''' # put this in here because hplc can be used as a standalone module -__version__ = '0.3.13' +__version__ = '0.3.14' ############# diff --git a/astrobase/hatsurveys/k2hat.py b/astrobase/hatsurveys/k2hat.py index c1dfa9bd..a1611511 100644 --- a/astrobase/hatsurveys/k2hat.py +++ b/astrobase/hatsurveys/k2hat.py @@ -49,7 +49,7 @@ ''' # put this in here because k2hat can be used as a standalone module -__version__ = '0.3.13' +__version__ = '0.3.14' ############# ## LOGGING ## diff --git a/astrobase/hatsurveys/oldhatlc.py b/astrobase/hatsurveys/oldhatlc.py index 88ca7adb..8f911967 100644 --- a/astrobase/hatsurveys/oldhatlc.py +++ b/astrobase/hatsurveys/oldhatlc.py @@ -18,7 +18,7 @@ ''' # put this in here because oldhatlc can be used as a standalone module -__version__ = '0.3.13' +__version__ = '0.3.14' import os.path import gzip diff --git a/astrobase/services/hatds.py b/astrobase/services/hatds.py index d8ff7935..0af16453 100644 --- a/astrobase/services/hatds.py +++ b/astrobase/services/hatds.py @@ -68,7 +68,7 @@ ''' # put this in here because hatds can be used as a standalone module -__version__ = '0.3.13' +__version__ = '0.3.14' ############# diff --git a/setup.py b/setup.py index c21402eb..3e3620f7 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ modified by me. ''' -__version__ = '0.3.13' +__version__ = '0.3.14' import sys, os.path