Skip to content

Commit eed26dc

Browse files
committed
Bump version from 1.1.0 to 1.2.0
1 parent dd97f06 commit eed26dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cyhy_commander/commander.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ def do_work(self):
909909

910910

911911
def main():
912-
args = docopt(__doc__, version="v1.1.0")
912+
args = docopt(__doc__, version="v1.2.0")
913913
workingDir = os.path.join(os.getcwd(), args["<working-dir>"])
914914
if not os.path.exists(workingDir):
915915
print >>sys.stderr, 'Working directory "%s" does not exist. Attempting to create...' % workingDir

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="cyhy-commander",
6-
version="1.1.0",
6+
version="1.2.0",
77
author="Mark Feldhousen Jr.",
88
author_email="mark.feldhousen@cisa.dhs.gov",
99
packages=find_packages(),

0 commit comments

Comments
 (0)