Skip to content

Commit

Permalink
v0.0.2 (#8)
Browse files Browse the repository at this point in the history
* Update version.py

* Update test_version.py

* Update release_notes.rst
  • Loading branch information
Gaurav Sheni committed May 9, 2023
1 parent 54ada4b commit 74323df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion premium_primitives/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.0.1"
assert __version__ == "0.0.2"
2 changes: 1 addition & 1 deletion premium_primitives/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.2"
4 changes: 2 additions & 2 deletions release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Release Notes
-------------

.. Future Release
==============
v0.0.2 May 9, 2023
==================
* Add primitives from nlp-primitives add on (:pr:`7`)

v0.0.1 Apr 14, 2023
Expand Down

0 comments on commit 74323df

Please sign in to comment.