Skip to content

Commit

Permalink
Merge pull request #647 from vsbogd/version-v0.1.8
Browse files Browse the repository at this point in the history
Version 0.1.8
  • Loading branch information
vsbogd authored Mar 30, 2024
2 parents bac7cc3 + de10e7a commit ca18fdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ members = [
resolver = "2"

[workspace.package]
version = "0.1.7"
version = "0.1.8"
edition = "2021"

[workspace.dependencies]
hyperon = { path = "./lib", version = "0.1.7" }
hyperon = { path = "./lib", version = "0.1.8" }
regex = "1.5.4"
log = "0.4.0"
env_logger = "0.8.4"
2 changes: 1 addition & 1 deletion python/hyperon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def _version(dist_name):
from importlib_metadata import PackageNotFoundError, version # pragma: no cover
return version(dist_name)
except:
return "0.1.7+localbuild"
return "0.1.8+localbuild"

__version__ = _version(__name__)

0 comments on commit ca18fdd

Please sign in to comment.