Skip to content

Commit

Permalink
release version 1.1.1 (#111)
Browse files Browse the repository at this point in the history
* release version 1.1.1

* add version requirement of tensorboard
  • Loading branch information
Hongsheng Zeng authored and TomorrowIsAnOtherDay committed Aug 1, 2019
1 parent 7dafee7 commit ee07ec2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion parl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.1"
__version__ = "1.1.1"
"""
generates new PARL python API
"""
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ def find_version(*file_paths):
"pyarrow==0.13.0",
"scipy>=1.0.0",
"cloudpickle==1.0.0",
"tensorboardX",
"tensorboard",
"tensorboardX==1.8",
"tensorboard==1.14.0",
],
classifiers=[
'Intended Audience :: Developers',
Expand Down

0 comments on commit ee07ec2

Please sign in to comment.