Skip to content

Commit 59f5f04

Browse files
committed
ci: prepare release for new version
1 parent 9615a5b commit 59f5f04

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
@@ -23,7 +23,7 @@
2323
author = "LmR"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.7.0"
26+
release = "1.0.0"
2727

2828

2929
# -- General configuration ---------------------------------------------------

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__ = "0.7.0"
4+
__version__ = "1.0.0"
55

66
from pycheckpoint_api.firewallManagement import FirewallManagement # 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 = "0.7.0"
3+
version = "1.0.0"
44
description = "A python SDK for the Checkpoint firewalls"
55
authors = ["LmR <letmer00t@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)