We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6788a commit 2e1fa88Copy full SHA for 2e1fa88
3 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "zxbasic"
3
-version = "1.10.0"
+version = "1.10.1"
4
description = "Boriel's ZX BASIC Compiler"
5
authors = ["Jose Rodriguez <boriel@gmail.com>"]
6
license = "GPL-3.0-or-later"
setup.py
@@ -30,7 +30,7 @@
30
31
setup_kwargs = {
32
'name': 'zxbasic',
33
- 'version': '1.10.0',
+ 'version': '1.10.1',
34
'description': "Boriel's ZX BASIC Compiler",
35
'long_description': None,
36
'author': 'Jose Rodriguez',
zxb/version.py
@@ -1 +1 @@
-VERSION = '1.10.0'
+VERSION = '1.10.1'
0 commit comments