diff --git a/src/.bazelrc b/src/.bazelrc index 0b80712f..264a36f4 100644 --- a/src/.bazelrc +++ b/src/.bazelrc @@ -21,7 +21,7 @@ common --enable_bzlmod build --spawn_strategy=local # Define versions -build --define=DAS_VERSION=0.10.1 +build --define=DAS_VERSION=0.10.2 # Enable debugging symbols for development diff --git a/src/hyperon_das/__init__.py b/src/hyperon_das/__init__.py index 90569f70..abf82609 100644 --- a/src/hyperon_das/__init__.py +++ b/src/hyperon_das/__init__.py @@ -7,4 +7,4 @@ __all__ = ["DistributedAtomSpace"] -__version__ = "0.9.14" +__version__ = "0.10.2" diff --git a/src/hyperon_das_atomdb/__init__.py b/src/hyperon_das_atomdb/__init__.py index 0b656f31..24c85075 100644 --- a/src/hyperon_das_atomdb/__init__.py +++ b/src/hyperon_das_atomdb/__init__.py @@ -16,4 +16,4 @@ "AtomDoesNotExist", ] -__version__ = "0.8.10" +__version__ = "0.10.2"