There was an error while loading. Please reload this page.
1 parent 68f8f5c commit 22f73a5Copy full SHA for 22f73a5
3 files changed
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "1.2.4"
+current_version = "1.3.0"
3
commit = true
4
tag = true
5
nurbspy/__init__.py
@@ -12,7 +12,7 @@
12
from .graphics import *
13
14
# Package info
15
-__version__ = "1.2.4"
+__version__ = "1.3.0"
16
PACKAGE_NAME = "nurbspy"
17
URL_GITHUB = "https://github.com/turbo-sim/nurbspy"
18
URL_DOCS = "https://turbo-sim.github.io/nurbspy/"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nurbspy"
-version = "1.2.4"
+version = "1.3.0"
description = "A lightweight library for NURBS curves and surfaces"
authors = ["Roberto Agromayor <rober.agro@gmail.com>"]
6
license = "MIT"
0 commit comments