Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
valpesendorfer committed Feb 7, 2024
1 parent 1743a7b commit 8153b6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hdc/algo/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version only in this file."""

__version__ = "0.3.1"
__version__ = "0.4.0"
1 change: 1 addition & 0 deletions tests/test_algos.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for pixel alogrithms"""

# pylint: disable=no-name-in-module,redefined-outer-name,no-value-for-parameter
# pyright: reportGeneralTypeIssues=false
import numpy as np
Expand Down

0 comments on commit 8153b6e

Please sign in to comment.