Skip to content

Commit

Permalink
Merge pull request #38 from Anaconda-Platform/bump_version
Browse files Browse the repository at this point in the history
Bump version to tag a new release and ship latest fixes
  • Loading branch information
damianavila committed Dec 12, 2016
2 parents e60e514 + 3d92333 commit 88fd1f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nb_conda/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (2, 0, 0)
version_info = (2, 1, 0)
__version__ = '.'.join(map(str, version_info))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nb_conda",
"version": "2.0.0",
"version": "2.1.0",
"description": "Development tools for nb_conda",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 88fd1f9

Please sign in to comment.