Skip to content

Commit e00428b

Browse files
committed
Push to version 0.7.3
1 parent 120a9fd commit e00428b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
SHELL := bash
33

4-
version := 0.7.2
4+
version := 0.7.3
55

66
src.python := $(shell find ./agml -type f -name "*.py" || :)
77
test.python := $(shell find ./tests -type f -name "*.py" || :)

agml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.7.2"
15+
__version__ = "0.7.3"
1616
__all__ = ["data", "synthetic", "backend", "viz", "io"]
1717

1818

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ maintainers = [{ name="Amogh Joshi", email="[email protected]"}]
1313
license = {text = "Apache 2.0"}
1414
readme = "README.md"
1515
packages = [{include = "agml", from = "agml", exclude ='agml/_internal'}]
16-
version = "0.7.2"
16+
version = "0.7.3"
1717
requires-python = ">=3.8,<3.12"
1818
keywords = []
1919
classifiers = [

0 commit comments

Comments
 (0)