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

Commit b99448c

Browse files
bump version number to 3.3.1
1 parent a639192 commit b99448c

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.3.0"
15+
__version__ = "3.3.1"

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.3.0",
9+
version="3.3.1",
1010
entry_points={
1111
"console_scripts": [
1212
"octoprint-cli=octoprint_cli.__main__:main"

0 commit comments

Comments
 (0)