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

Commit

Permalink
version number bump to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UserBlackBox committed Mar 23, 2021
1 parent 602836e commit beb2806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octoprint_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
__author__ = "Ivy Fan-Chiang"
__copyright__ = "Copyright 2020 Ivy Fan-Chiang"
__license__ = "GNU GPL v3 or later"
__version__ = "3.2.2"
__version__ = "3.3.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name="octoprint-cli",
packages=find_packages(),
version="3.2.2",
version="3.3.0",
entry_points={
"console_scripts": [
"octoprint-cli=octoprint_cli.__main__:main"
Expand Down

0 comments on commit beb2806

Please sign in to comment.