Skip to content

Commit 95454ad

Browse files
authored
Prepare release 0.2.0 (#20)
set version to 0.2.0
1 parent 2b19080 commit 95454ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "saas-api"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "API enabling Python applications connecting to Exasol database SaaS instances and using their SaaS services"
55
packages = [ {include = "exasol"}, ]
66
authors = [ "Christoph Kuhnke <[email protected]>" ]

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
# Do not edit this file manually!
66
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
77
MAJOR = 0
8-
MINOR = 1
8+
MINOR = 2
99
PATCH = 0
1010
VERSION = f"{MAJOR}.{MINOR}.{PATCH}"

0 commit comments

Comments
 (0)