Skip to content

Commit

Permalink
Changed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jlap committed Jun 19, 2014
1 parent a8616ea commit ecc7b8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scribeui_pyramid/modules/main/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ def home(self):
'workspace': self.request.userid ,
'logo': self.request.static_url('scribeui_pyramid:static/img/logo_mini.png'),
'logout_url': self.request.route_url('auth.logout'),
'version': 'v0.7-dev'
}
'version': 'v1.0'
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
]

setup(name='scribeui_pyramid',
version='0.7',
version='1.0',
description='Pyramid Base',
long_description=README,
classifiers=[
Expand Down

0 comments on commit ecc7b8e

Please sign in to comment.