Skip to content

Commit

Permalink
Merge pull request #80 from fact-project/hotfix
Browse files Browse the repository at this point in the history
Fix missing commas
  • Loading branch information
maxnoe authored Oct 19, 2017
2 parents 446b523 + 70af4ea commit 46e8f29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fact/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.0
0.13.1
4 changes: 2 additions & 2 deletions fact/coordinates/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__all__ = [
'CameraCoordinate',
'equatorial_to_camera',
'camera_to_equatorial'
'camera_to_equatorial',
'horizontal_to_camera',
'camera_to_horizontal'
'camera_to_horizontal',
]

0 comments on commit 46e8f29

Please sign in to comment.