There was an error while loading. Please reload this page.
1 parent 6820b88 commit 6b005c2Copy full SHA for 6b005c2
3 files changed
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "1.3.0"
+current_version = "1.3.1"
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.3.0"
+__version__ = "1.3.1"
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.3.0"
+version = "1.3.1"
description = "A lightweight library for NURBS curves and surfaces"
authors = ["Roberto Agromayor <rober.agro@gmail.com>"]
6
license = "MIT"
0 commit comments