Skip to content

Commit 6b005c2

Browse files
committed
Bump version: 1.3.0 → 1.3.1
1 parent 6820b88 commit 6b005c2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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 = "1.3.0"
2+
current_version = "1.3.1"
33
commit = true
44
tag = true
55

nurbspy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from .graphics import *
1313

1414
# Package info
15-
__version__ = "1.3.0"
15+
__version__ = "1.3.1"
1616
PACKAGE_NAME = "nurbspy"
1717
URL_GITHUB = "https://github.com/turbo-sim/nurbspy"
1818
URL_DOCS = "https://turbo-sim.github.io/nurbspy/"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nurbspy"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "A lightweight library for NURBS curves and surfaces"
55
authors = ["Roberto Agromayor <rober.agro@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)