Skip to content

Commit

Permalink
fix doctests and bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mileslucas committed Feb 12, 2023
1 parent 6b8ad74 commit 3cb3667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SkyCoords"
uuid = "fc659fc5-75a3-5475-a2ea-3da92c065361"
authors = "Kyle Barbary, Mosé Giordano, and contributors"
version = "1.2.0"
version = "1.3.0"

[deps]
AstroAngles = "5c4adb95-c1fc-4c53-b4ea-2a94080c53d2"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ julia> c2.l # Note that galactic coordinate fields are l, b
1.6814027872278692
julia> c1 |> FK5Coords{2000} # Can use piping syntax for conversion
FK5Coords{2000, Float64}(1.1102233723050133e-7, 4.411803426976326e-8)
FK5Coords{2000, Float64}(1.1102233723050067e-7, 4.411803426976326e-8)
```

### Parsing from strings
Expand Down

0 comments on commit 3cb3667

Please sign in to comment.