Skip to content

Commit

Permalink
bump version number to 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hexadecimalDinosaur committed Jun 8, 2021
1 parent 167a4a2 commit 0d43f23
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.3.1"
__version__ = "3.3.2"
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.3.1",
version="3.3.2",
entry_points={
"console_scripts": [
"octoprint-cli=octoprint_cli.__main__:main"
Expand Down

0 comments on commit 0d43f23

Please sign in to comment.