Skip to content

Commit

Permalink
v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
waqasbhatti committed Jan 16, 2021
1 parent 12ccfdf commit fb5ddd0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.2
current_version = 0.5.3
commit = False
tag = False

Expand All @@ -18,4 +18,3 @@ tag = False
[bumpversion:file:astrobase/hatsurveys/k2hat.py]

[bumpversion:file:docs/conf.py]

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

__version__ = '0.5.2'
__version__ = '0.5.3'


# the basic logging styles common to all astrobase modules
Expand Down
2 changes: 1 addition & 1 deletion astrobase/hatsurveys/hatlc.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
'''

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


#############
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.5.2'
__version__ = '0.5.3'


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

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

#############
## 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.5.2'
__version__ = '0.5.3'

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

# put this in here because lccs can be used as a standalone module
__version__ = '0.5.2'
__version__ = '0.5.3'


#############
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
copyright = '2019, Waqas Bhatti, and contributors'
author = 'Waqas Bhatti, and contributors'

__version__ = '0.5.2'
__version__ = '0.5.3'

# The short X.Y version
version = ''
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.5.2'
__version__ = '0.5.3'

import sys

Expand Down

0 comments on commit fb5ddd0

Please sign in to comment.