Skip to content

Commit

Permalink
[Release] Set CLI and plugin version to 0.5.0
Browse files Browse the repository at this point in the history
This commit marks the release of version 0.5.0 of the Skyline CLI and
plugin. As of this release, Skyline has been promoted from alpha to beta
and its repositories have been moved to the "skylineprof" organization
on GitHub.
  • Loading branch information
geoffxy committed Jul 23, 2020
1 parent ed0e857 commit faae771
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
]

CLASSIFIERS = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3 :: Only",
Expand Down
2 changes: 1 addition & 1 deletion cli/skyline/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.0"
__version__ = "0.5.0"

__description__ = "Interactive in-editor performance profiling, visualization, and debugging for PyTorch neural networks."

Expand Down
2 changes: 1 addition & 1 deletion plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "skyline",
"main": "./lib/skyline",
"version": "0.4.0",
"version": "0.5.0",
"description": "Interactive in-editor performance profiling, visualization, and debugging for PyTorch neural networks.",
"keywords": [
"neural networks",
Expand All @@ -20,7 +20,7 @@
"uriHandler": {
"method": "handleURI"
},
"repository": "https://github.com/geoffxy/skyline-atom",
"repository": "https://github.com/skylineprof/skyline-atom",
"license": " Apache-2.0",
"engines": {
"atom": ">=1.0.0 <2.0.0"
Expand Down

0 comments on commit faae771

Please sign in to comment.