Skip to content

Commit

Permalink
version 3.1 --> 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
misakar committed Dec 24, 2015
1 parent 95e4c76 commit 559ee56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mana/mana.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def blueprint(blueprint_name):
@click.command()
def version():
"""mana version"""
click.echo("mana version: 3.1 \/ ")
click.echo("mana version: 3.2 \/ ")


# mana command set
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='mana',
version='3.1',
version='3.2',
packages=find_packages(),
url='https://github.com/neo1218/mana',
license='MIT',
Expand Down

0 comments on commit 559ee56

Please sign in to comment.