diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..68c2b76 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [Unreleased] + +## 0.2 + +## [0.1] 2020-05-11 + +First public announcement of the Plasma project. + +Check out the following links to learn more: + +- Blog post: https://blog.jupyter.org/plasma-a-learning-platform-powered-by-jupyter-1b850fcd8624 +- Plasma website: https://plasmabio.org +- GitHub organization: https://github.com/plasmabio diff --git a/tljh-plasma/setup.py b/tljh-plasma/setup.py index f00cdbd..86e2f49 100644 --- a/tljh-plasma/setup.py +++ b/tljh-plasma/setup.py @@ -2,7 +2,7 @@ setup( name="tljh-plasma", - version="0.0.1", + version="0.1.0", entry_points={"tljh": ["tljh_plasma = tljh_plasma"]}, packages=find_packages(), include_package_data=True,