Skip to content

Commit f129105

Browse files
author
Patrick Carey
committed
Bump version to 2.0.0 for release
1 parent 84f40f7 commit f129105

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Using Docker
2727

2828
shpkpr is also available in a prebuilt Docker image if you'd prefer to run it in a container. A list of the available tags can be found on the `Docker hub <https://hub.docker.com/r/shopkeep/shpkpr/tags/>`_::
2929

30-
$ docker pull shopkeep/shpkpr:v1.0.0
30+
$ docker pull shopkeep/shpkpr:v2.0.0
3131
$ docker pull shopkeep/shpkpr:master
3232

3333
Once the image is downloaded, you can use shpkpr with ``docker run``::

setup.py

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

1818
setup(
1919
name='shpkpr',
20-
version='2.0.0a1',
20+
version='2.0.0',
2121
description='shpkpr is a command-line tool designed to manage applications running on Marathon',
2222
long_description=readme,
2323
author='ShopKeep.com Inc.',

shpkpr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '2.0.0a1'
3+
__version__ = '2.0.0'

0 commit comments

Comments
 (0)