Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sujeetkv committed May 24, 2019
1 parent 6b8050a commit 19dec29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Now if you run the Flask app on default port, you can access the flaskcode at ht

## Built with

* [Flask](http://flask.pocoo.org) - web framework used
* [Flask](http://flask.pocoo.org) - a python web framework
* [Monaco Editor](https://microsoft.github.io/monaco-editor) - a browser based code editor


Expand Down
2 changes: 1 addition & 1 deletion flaskcode/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""package info"""
title = 'flaskcode'

numversion = (0, 0, 6)
numversion = (0, 0, 7)
version = '.'.join([str(num) for num in numversion])

license = 'MIT'
Expand Down

0 comments on commit 19dec29

Please sign in to comment.