Skip to content

Commit 380690a

Browse files
committed
ci: upgrade new version
1 parent fbeb742 commit 380690a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docsrc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "LmR"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "1.0.0"
25+
release = "1.1.0"
2626

2727
# -- General configuration ---------------------------------------------------
2828

pycheckpoint_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = "LmR <letmer00t@gmail.com>"
22
__license__ = "MIT"
33
__contributors__ = []
4-
__version__ = "1.0.0"
4+
__version__ = "1.1.0"
55

66
from pycheckpoint_api.management import Management # noqa

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 = "pyCheckpoint-API"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "A python SDK for the Checkpoint firewalls"
55
authors = ["LmR <letmer00t@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)