Skip to content

Commit

Permalink
Update version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Yochai Blumenfeld committed Jul 16, 2017
1 parent 286c87f commit 9808739
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Metadata-Version: 1.1.3
Metadata-Version: 1.1.4
Name: mazerunner_sdk_python
Version: 1.1.3
Version: 1.1.4
Summary: MazeRunner python SDK
Home-page: https://github.com/Cymmetria/mazerunner_sdk_python
Author: Cymmetria
License: BSD-3
Download-URL: https://github.com/Cymmetria/mazerunner_sdk_python/archive/1.1.3.tar.gz
Download-URL: https://github.com/Cymmetria/mazerunner_sdk_python/archive/1.1.4.tar.gz
Description: This library implements a convenient client for MazeRunner™ API for Python.
Using this library, you will be able to easily configure and manipulate the key features
of MazeRunner, such as the creation of a deception campaign, turning decoys on or off, deployment on
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
setup(
name='mazerunner_sdk',
packages=find_packages(),
version='1.1.3',
version='1.1.4',
description='MazeRunner SDK',
author='Cymmetria',
author_email='publicapi@cymmetria.com',
url='https://github.com/Cymmetria/mazerunner_sdk_python',
download_url='https://github.com/Cymmetria/mazerunner_sdk_python/tarball/1.1.3',
download_url='https://github.com/Cymmetria/mazerunner_sdk_python/tarball/1.1.4',
license='BSD 3-Clause',
keywords=['cymmetria', 'mazerunner', 'sdk', 'api'],
install_requires=["argparse==1.2.1",
Expand Down
6 changes: 3 additions & 3 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.1.3'
version = u'1.1.4'
# The full version, including alpha/beta/rc tags.
release = u'1.1.3'
release = u'1.1.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -145,7 +145,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = u'MazeRunner SDK v1.1.3'
# html_title = u'MazeRunner SDK v1.1.4'

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down

0 comments on commit 9808739

Please sign in to comment.