Skip to content
Snippets Groups Projects
Commit 908ca6ed8833 authored by jfp's avatar jfp
Browse files

Set version to 1.1

parent 181aebe205c5
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
""" vms Extension Series for Python"""
# vms Extension Series version number
# (note that subpackages have their own version number)
__version__ = '1.0'
__version__ = '1.1'
# Copyright notice string
__copyright__ = """\
......
......@@ -7,7 +7,7 @@
[project]
name = "ovms"
version = "0.4.0"
version = "1.1.0"
description = "ovms extension for VSI Python 3"
readme = "README.md"
requires-python = ">= 3.10"
......
......@@ -11,7 +11,7 @@
# this will be the package name you will see
name = 'ovms',
# some version number you may wish to add - increment this after every update
version='0.4',
version='1.1',
package_data={'': ['*.exe', '*.pyi']},
distclass=BinaryDistribution,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment