Skip to content

Commit

Permalink
updated to 1.2018.1210.5: a new stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
hypergravity committed Dec 10, 2018
1 parent fd909a6 commit 36173bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if __name__ == '__main__':
setup(
name='astroslam',
version="1.2018.1210.4",
version="1.2018.1210.5",
author='Bo Zhang',
author_email='[email protected]',
description=('A forward model using SVR to estimate stellar parameters'
Expand Down
3 changes: 2 additions & 1 deletion slam/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__version__ = "1.2018.1210.3"
__version__ = "1.2018.1210.5"
from .slam3 import Slam3 as Slam

0 comments on commit 36173bf

Please sign in to comment.