diff --git a/butterfly/__init__.py b/butterfly/__init__.py index 62dcae2..2645c72 100644 --- a/butterfly/__init__.py +++ b/butterfly/__init__.py @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = '2.0.0' +__version__ = '2.0.1' import os diff --git a/package.json b/package.json index 0baaecc..f62e450 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "butterfly", - "version": "2.0.0", + "version": "2.0.1", "description": "A sleek web based terminal emulator", "repository": { "type": "git",