Skip to content

Commit

Permalink
Update version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenfree committed Jun 3, 2020
1 parent adb30db commit 75efc75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CurricularAnalytics"
uuid = "593ffa3d-269e-5d81-88bc-c3b6809c35a6"
authors = ["Greg Heileman <[email protected]>", "Hayden Free <[email protected]>", "Orhan Abar <[email protected]>", "Will Thompson <[email protected]>"]
version = "0.7.0"
version = "1.0.0"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -20,4 +20,4 @@ DataFrames = "0.20.0"
DataStructures = "0.17.0"
Documenter = "0.24.0"
LightGraphs = "1.2.0"
julia = "1.0.5, 1.1, 1.2, 1.3"
julia = "1.0.5, 1.1, 1.2, 1.3, 1.4"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For more information about installing the toolbox, including the steps neccessar

## Supported Versions
* CurricularAnalytics master will be maintained/enhanced to work with the latest stable version of Julia.
* Julia 1.1 & 1.2: CurricularAnalytics v0.5.3 is the latest version guaranteed to work with Julia 1.0 and 1.1.
* Julia 1.0.5, 1.2, 1.3, 1.4: CurricularAnalytics v1.0.0 is the latest version guaranteed to work with Julia 1.0.5 to version 1.4.
* Later versions: Some functionality might not work with prerelease / unstable / nightly versions of Julia. If you run into a problem, please file an issue.

# Contributing and Reporting Bugs
Expand Down

0 comments on commit 75efc75

Please sign in to comment.