Skip to content

Commit f6c6995

Browse files
committed
set version to 0.8.1
1 parent 9de1e78 commit f6c6995

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

openglider/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.0"
1+
__version__ = "0.8.1"

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels = ["conda-forge", "freecad/label/dev"]
44
description = "Add a short description here"
55
name = "OpenGlider"
66
platforms = ["osx-arm64", "linux-aarch64", "linux-64", "osx-64", "win-64"]
7-
version = "0.1.0"
7+
version = "0.8.1"
88

99
[tasks]
1010
install_dev = { cmd = [ "pip", "install", "-e", "."]}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "openglider"
7-
version = "0.8.0"
7+
version = "0.8.1"
88
description = "glider design software for FreeCAD"
99
readme = "README.md"
1010
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)