Navigation Menu

Skip to content

Commit

Permalink
chore: Revert to correct python version and bump sdk version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
KitBurgess committed Mar 3, 2021
1 parent 704eda8 commit ff1798e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/examples/academy/14. Working with DataFrames.ipynb
Expand Up @@ -781,7 +781,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.7.9"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/academy/31. Floating Storage Data.ipynb
Expand Up @@ -484,7 +484,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.1"
"version": "3.7.9"
}
},
"nbformat": 4,
Expand Down
Expand Up @@ -325,7 +325,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.7.9"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion vortexasdk/version.py
@@ -1 +1 @@
__version__ = "0.28.6"
__version__ = "0.28.7"

0 comments on commit ff1798e

Please sign in to comment.