Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rhsimplex committed Jul 7, 2017
1 parent 1d396da commit f5e15ff
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 6 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Contributors

* XdpAreKid <[email protected]>
* Jan Steinke <[email protected]>
* Josh Chen <[email protected]>
18 changes: 17 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,23 @@
History
=======

0.1.0 (2017-02-06)
0.2.0 (2017-06-07)
------------------

* Add RESTful API

* Rework configuration loaders

* Major refactor

0.1.2 (2017-06-07)
------------------

* Fix Keras loading issues

* Check tensorflow installation before installing

0.1.1 (2017-05-16)
------------------

* First release on PyPI.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
# the built documents.
#
# The short X.Y version.
version = 'v0.1.2'
version = 'v0.2.0'
# The full version, including alpha/beta/rc tags.
release = 'v0.1.2'
release = 'v0.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion picasso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Ryan Henderson"""
__email__ = '[email protected]'
__version__ = 'v0.1.2'
__version__ = 'v0.2.0'

from flask import Flask
import os
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = v0.1.2
current_version = v0.2.0
commit = True
tag = True

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

setup(
name='picasso_viz',
version='v0.1.2',
version='v0.2.0',
description="A CNN model visualizer",
long_description=readme + '\n\n' + history,
author="Ryan Henderson",
Expand Down

0 comments on commit f5e15ff

Please sign in to comment.