Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfultn committed Apr 8, 2021
1 parent a7feb24 commit 7bcf973
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.5'
__version__ = '1.4.6'
__spec__ = __name__
__package__ = __path__[0]

Expand Down

0 comments on commit 7bcf973

Please sign in to comment.