# HG changeset patch # User jfp <jf.pieronne@laposte.net> # Date 1715864581 -7200 # Thu May 16 15:03:01 2024 +0200 # Node ID bdb3ed4ad7b32f803c313140595df0c55843df6f # Parent a2fa6fce86cf6a3f0fdc5505fb8d93297e3ef80b Update version to 0.3.0 for ordb module diff --git a/python/local/ordb_module/pyproject.toml b/python/local/ordb_module/pyproject.toml --- a/python/local/ordb_module/pyproject.toml +++ b/python/local/ordb_module/pyproject.toml @@ -7,7 +7,7 @@ [project] name = "ordb" -version = "0.2.0" +version = "0.3.0" description = "Oracle/Rdb extension for VSI Python 3" readme = "README.md" requires-python = ">= 3.10" diff --git a/python/local/ordb_module/setup.py b/python/local/ordb_module/setup.py --- a/python/local/ordb_module/setup.py +++ b/python/local/ordb_module/setup.py @@ -13,7 +13,7 @@ # this will be the package name you will see name='ordb', # some version number you may wish to add - increment this after every update - version='0.2', + version='0.3', package_data={'': ['*.exe', '*.pyi']}, distclass=BinaryDistribution, # Use one of the below approach to define package and/or module names: