From 221614367e7020529160368146a77926062c06e0 Mon Sep 17 00:00:00 2001 From: Prince Canuma Date: Tue, 6 Aug 2024 12:05:22 +0200 Subject: [PATCH] bump version --- fastmlx/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fastmlx/__init__.py b/fastmlx/__init__.py index ed220226..f0af708d 100644 --- a/fastmlx/__init__.py +++ b/fastmlx/__init__.py @@ -2,6 +2,6 @@ __author__ = """Prince Canuma""" __email__ = "prince.gdt@gmail.com" -__version__ = "0.0.1" +__version__ = "0.2.0" from .fastmlx import * diff --git a/pyproject.toml b/pyproject.toml index 73633e63..16c1e79a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastmlx" -version = "0.1.0" +version = "0.2.0" dynamic = [ "dependencies", ]