Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sn0wle0pard committed Feb 11, 2017
1 parent 771dc6b commit c900559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ipytracer/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: UTF-8 -*-
# Copyright (c) Han Lee.
# Distributed under the terms of the Modified BSD License.
version_info = (0, 1, 1, 'post1')
version_info = (0, 2, 0)
__version__ = '.'.join(map(str, version_info))
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipytracer",
"version": "0.1.1",
"version": "0.2.0",
"description": "Algorithm Visualizer for Jupyter/IPython Notebook",
"author": "Han Lee(sn0wle0pard)",
"license": "BSD",
Expand Down

0 comments on commit c900559

Please sign in to comment.