We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a115c commit 8339b61Copy full SHA for 8339b61
.github/workflows/release.yaml
@@ -17,7 +17,6 @@ on:
17
push:
18
tags:
19
- "[0-9]+.[0-9]+.[0-9]+"
20
- workflow_dispatch: # Allowing manual triggering of the workflow
21
22
env:
23
PACKAGE_NAME: "spicelib"
doc/conf.py
@@ -25,8 +25,6 @@
25
26
# The full version, including alpha/beta/rc tags
27
28
-release = '1.4.7'
29
-
30
try:
31
# Read the version from the .toml file
32
from toml import load
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "spicelib"
7
-version = "1.4.7"
+version = "1.4.8"
8
description = "A set of tools to Automate Spice simulations"
9
authors = ["Nuno Brum <nuno.brum@gmail.com>"]
10
readme = "README.md"
0 commit comments