Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.

Commit

Permalink
Bump version to 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecampbell committed May 4, 2017
1 parent 2c18d6e commit 22f379d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ioos_catalog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from flask import Flask, redirect, request, current_app

__version__ = "3.2.2"
__version__ = "3.3.2"
# Create application object
app = Flask(__name__)

Expand Down

0 comments on commit 22f379d

Please sign in to comment.