Skip to content

Commit 9a1239a

Browse files
committed
Version updated from v0.10.1 to v0.10.2
1 parent bcc6edd commit 9a1239a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "v0.10.1"
2+
current_version = "v0.10.2"
33
commit = true
44
commit_args = "--no-verify"
55
tag = true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# invrs-gym
2-
`v0.10.1`
2+
`v0.10.2`
33

44
## Overview
55
The `invrs_gym` package is an open-source gym containing a diverse set of photonic design challenges, which are relevant for a wide range of applications such as AR/VR, optical networking, LIDAR, and others.

pyproject.toml

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

33
name = "invrs_gym"
4-
version = "v0.10.1"
4+
version = "v0.10.2"
55
description = "A collection of inverse design challenges"
66
keywords = ["topology", "optimization", "jax", "inverse design"]
77
readme = "README.md"

src/invrs_gym/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Copyright (c) 2023 The INVRS-IO authors.
44
"""
55

6-
__version__ = "v0.10.1"
6+
__version__ = "v0.10.2"
77
__author__ = "Martin F. Schubert <[email protected]>"
88

99
from invrs_gym import challenges as challenges

0 commit comments

Comments
 (0)