We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a727f commit 9d4a1a2Copy full SHA for 9d4a1a2
3 files changed
.travis.yml
@@ -4,7 +4,7 @@ os:
4
- osx
5
julia:
6
- 1.0
7
- - 1.3
+ - 1.4
8
- nightly
9
notifications:
10
email: false
NEWS.md
@@ -1,6 +1,10 @@
1
BioStructures.jl release notes
2
==============================
3
+## v0.9.3 - Mar 2020
+
+* Change compatibility bounds for new RecipesBase.jl release.
## v0.9.2 - Feb 2020
* Improvements to performance throughout the package. Some functions are made up to 5 times faster.
Project.toml
@@ -1,7 +1,7 @@
name = "BioStructures"
uuid = "de9282ab-8554-53be-b2d6-f6c222edabfc"
authors = ["Joe G Greener <jgreener@hotmail.co.uk>"]
-version = "0.9.2"
+version = "0.9.3"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
0 commit comments