Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit beb2806

Browse files
version number bump to v3.3.0
1 parent 602836e commit beb2806

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

octoprint_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
__author__ = "Ivy Fan-Chiang"
1313
__copyright__ = "Copyright 2020 Ivy Fan-Chiang"
1414
__license__ = "GNU GPL v3 or later"
15-
__version__ = "3.2.2"
15+
__version__ = "3.3.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name="octoprint-cli",
88
packages=find_packages(),
9-
version="3.2.2",
9+
version="3.3.0",
1010
entry_points={
1111
"console_scripts": [
1212
"octoprint-cli=octoprint_cli.__main__:main"

0 commit comments

Comments
 (0)