Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a3b25f3

Browse files
committedApr 22, 2025·
Push to version 0.7.4
1 parent e10b1cc commit a3b25f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎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.3"
15+
__version__ = "0.7.4"
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="amnjoshi@ucdavis.edu"}]
1313
license = {text = "Apache 2.0"}
1414
readme = "README.md"
1515
packages = [{include = "agml", from = "agml", exclude ='agml/_internal'}]
16-
version = "0.7.3"
16+
version = "0.7.4"
1717
requires-python = ">=3.8,<3.12"
1818
keywords = []
1919
classifiers = [

0 commit comments

Comments
 (0)
Please sign in to comment.