Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Commit

Permalink
bumped to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nabinhait committed May 20, 2016
1 parent d45476e commit 6c35143
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion schools/__version__.py
@@ -1,2 +1,2 @@
from __future__ import unicode_literals
__version__ = '0.2.0'
__version__ = '0.3.0'
2 changes: 1 addition & 1 deletion schools/hooks.py
Expand Up @@ -8,7 +8,7 @@
app_icon = "octicon octicon-mortar-board"
app_color = "blue"
app_email = "hello@frappe.io"
app_version = "0.2.0"
app_version = "0.3.0"
app_license = "GNU General Public License v3"

# setup wizard
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages
from pip.req import parse_requirements

version = '0.2.0'
version = '0.3.0'
requirements = parse_requirements("requirements.txt", session="")

setup(
Expand Down

0 comments on commit 6c35143

Please sign in to comment.