Skip to content

Commit

Permalink
v0.3.13: "Yay TESS!"
Browse files Browse the repository at this point in the history
  • Loading branch information
waqasbhatti committed Apr 19, 2018
1 parent 2bf78aa commit a4f9721
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.12
current_version = 0.3.13
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion astrobase/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.3.12'
__version__ = '0.3.13'
2 changes: 1 addition & 1 deletion astrobase/hatsurveys/hatlc.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
'''

# put this in here because hatlc can be used as a standalone module
__version__ = '0.3.12'
__version__ = '0.3.13'


#############
Expand Down
2 changes: 1 addition & 1 deletion astrobase/hatsurveys/hplc.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'''

# put this in here because hplc can be used as a standalone module
__version__ = '0.3.12'
__version__ = '0.3.13'


#############
Expand Down
2 changes: 1 addition & 1 deletion astrobase/hatsurveys/k2hat.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
'''

# put this in here because k2hat can be used as a standalone module
__version__ = '0.3.12'
__version__ = '0.3.13'

#############
## LOGGING ##
Expand Down
2 changes: 1 addition & 1 deletion astrobase/hatsurveys/oldhatlc.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'''
# put this in here because oldhatlc can be used as a standalone module
__version__ = '0.3.12'
__version__ = '0.3.13'

import os.path
import gzip
Expand Down
2 changes: 1 addition & 1 deletion astrobase/services/hatds.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
'''

# put this in here because hatds can be used as a standalone module
__version__ = '0.3.12'
__version__ = '0.3.13'


#############
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
modified by me.
'''
__version__ = '0.3.12'
__version__ = '0.3.13'

import sys, os.path

Expand Down

0 comments on commit a4f9721

Please sign in to comment.