Skip to content

Commit

Permalink
Release: 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed May 13, 2024
1 parent a823f4a commit 833cd96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "PyStratum-Cli"
version = "2.0.0"
version = "2.0.1"
description = "PyStratum Cli: The frontend of PyStratum"
keywords = ["PyStratum", "CLI"]
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion pystratum_cli/application/StratumApplication.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self):
"""
Object constructor
"""
Application.__init__(self, 'pystratum', '2.0.0')
Application.__init__(self, 'pystratum', '2.0.1')

self.add(ConstantsCommand())
self.add(RoutineLoaderCommand())
Expand Down

0 comments on commit 833cd96

Please sign in to comment.