Skip to content

Commit

Permalink
v0.0.3 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehomebrewnerd authored Feb 7, 2024
1 parent 66225db commit a37de82
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.2"
assert __version__ == "0.0.3"
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.2"
__version__ = "0.0.3"
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.3 Feb 7, 2024
==================
* Remove pandas version upper bound restriction and add Python 3.11 tests (:pr:`16`)

v0.0.2 May 9, 2023
Expand Down

0 comments on commit a37de82

Please sign in to comment.