diff --git a/docs/release_notes.rst b/docs/release_notes.rst index e308055..0317f6b 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -3,8 +3,8 @@ Release Notes Some notes on new features in various releases -What's new in 0.0.0dev0 ------------------------ +What's new in 0.1.0 +------------------- ^^^^^^^^^ Features: diff --git a/graph_embeddings/_version.py b/graph_embeddings/_version.py index 43b7df0..fba0ba2 100644 --- a/graph_embeddings/_version.py +++ b/graph_embeddings/_version.py @@ -1 +1 @@ -__version__ = "0.0.0dev1" # noqa +__version__ = "0.1.0" # noqa