Skip to content

Commit e3d7eaf

Browse files
committed
Bump to 1.0.0 for release
1 parent 2663792 commit e3d7eaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PhotometricFilters"
22
uuid = "482c37c2-cde1-4201-a412-83b81535d120"
33
authors = ["Miles Lucas <[email protected]> and contributors"]
4-
version = "0.1.0"
4+
version = "1.0.0"
55

66
[deps]
77
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
## Installation
1111

12-
This package is not yet registered. One can install the most recent version from GitHub using
12+
This package is registered to the Julia general registry and can be installed by running
1313

1414
```julia
1515
import Pkg
16-
Pkg.add(url="https://github.com/JuliaAstro/PhotometricFilters.jl.git")
16+
Pkg.add("PhotometricFilters"")
1717
```
1818
1919
## Usage

0 commit comments

Comments
 (0)