We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166747e commit bb02f1dCopy full SHA for bb02f1d
physicsnemo/sym/__init__.py
@@ -14,7 +14,7 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
17
-__version__ = "2.3.0a0"
+__version__ = "2.3.0"
18
19
from pint import UnitRegistry
20
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools", "setuptools-scm<9.0.0"]
+requires = ["setuptools", "setuptools-scm"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
0 commit comments