Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waqasbhatti committed Mar 22, 2020
1 parent f344a4d commit 3b3a0d0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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.4.3
current_version = 0.5.0
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,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = '0.4.3'
__version__ = '0.5.0'


# 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.4.3'
__version__ = '0.5.0'


#############
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.4.3'
__version__ = '0.5.0'


#############
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.4.3'
__version__ = '0.5.0'

#############
## 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.4.3'
__version__ = '0.5.0'

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.4.3'
__version__ = '0.5.0'


#############
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.4.3'
__version__ = '0.5.0'

# 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.4.3'
__version__ = '0.5.0'

import sys

Expand Down

0 comments on commit 3b3a0d0

Please sign in to comment.