Skip to content

Commit 1789252

Browse files
committed
version bump
1 parent 6131b29 commit 1789252

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

pyflowcl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.2.0"
1+
__version__ = "1.2.1"

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyflowcl"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "Cliente para comunicacion con flowAPI-3 de flow.cl"
55
authors = [
66
"Mario Hernandez <yo@mariofix.com>"
@@ -42,11 +42,11 @@ packages = [
4242
[tool.poetry.dependencies]
4343
python = "^3.8.5"
4444
certifi = "*"
45-
requests = "2.31.0"
46-
openapi3 = "1.8.1"
47-
python-fsutil = "0.10.0"
48-
python-slugify = "8.0.1"
49-
pyyaml = "6.0.1"
45+
requests = "*"
46+
openapi3 = "^1.8"
47+
python-fsutil = "*"
48+
python-slugify = "*"
49+
pyyaml = "^6.0"
5050
typer = {extras = ["all"], version = "^0.9.0"}
5151

5252
[tool.poetry.scripts]

tests/test_pyflow_openapi3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
def test_version():
7-
assert __version__ == "1.2.0"
7+
assert __version__ == "1.2.1"
88

99

1010
def test_FlowAPI_min_config():

0 commit comments

Comments
 (0)