Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dakoop committed Oct 14, 2020
1 parent 048762c commit 523092b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dfkernel/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_info = (2, 0, 'b1')
version_info = (2, 0, 'b2')
__version__ = '.'.join(map(str, version_info))

kernel_protocol_version_info = (5, 1)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
author = 'Dataflow Notebook Development Team',
author_email = '[email protected]',
url = 'http://dataflownb.github.io/',
download_url = 'https://github.com/dataflownb/dfkernel/archive/2.0b1.tar.gz',
download_url = 'https://github.com/dataflownb/dfkernel/archive/2.0b2.tar.gz',
license = 'BSD',
platforms = "Linux, Mac OS X, Windows",
keywords = ['Dataflow', 'Interactive', 'Interpreter', 'Shell', 'Web'],
Expand Down

0 comments on commit 523092b

Please sign in to comment.