Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfultn committed Oct 28, 2021
1 parent 830c29e commit a399240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radvel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _custom_warningfmt(msg, *a, **b):
__all__ = ['model', 'likelihood', 'posterior', 'mcmc', 'prior', 'utils',
'fitting', 'report', 'cli', 'driver', 'gp']

__version__ = '1.4.8'
__version__ = '1.4.9'
__package__ = __path__[0]

MODULEDIR, filename = os.path.split(__file__)
Expand Down

0 comments on commit a399240

Please sign in to comment.