Skip to content

Commit

Permalink
develop version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbaer committed Jan 25, 2015
1 parent da31107 commit 893f174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def ansible_pb_files():

setup(
name="elasticluster",
version="1.1-dev",
version="1.3-dev",
description="A command line tool to create, manage and setup computing clusters hosted on a public or private cloud infrastructure.",
long_description=open('README.rst').read(),
author="Grid Computing Competence Centre, University of Zurich",
Expand Down Expand Up @@ -104,7 +104,7 @@ def ansible_pb_files():
],
packages=find_packages(),
install_requires=required_packages,
tests_require = ['tox', 'mock', 'nose'],
tests_require=['tox', 'mock', 'nose'],
data_files=ansible_pb_files(),
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 893f174

Please sign in to comment.