Bug 1471171 - Bump mozterm to 1.0.0; r?emorley draft
authorDave Hunt <dhunt@mozilla.com>
Mon, 02 Jul 2018 11:57:33 +0100
changeset 813068 82478ea9916215ea87c23e960953d6bf42696a57
parent 813062 9c02d2ecf22050bfee5d70c04a359d8aaff6eb91
child 813069 d06daff97a8bb1a8b2861fddb54ccb1a3227f1d3
push id114755
push userbmo:dave.hunt@gmail.com
push dateMon, 02 Jul 2018 11:04:38 +0000
reviewersemorley
bugs1471171
milestone63.0a1
Bug 1471171 - Bump mozterm to 1.0.0; r?emorley MozReview-Commit-ID: IMfAOiFCHST
python/mozterm/setup.py
--- a/python/mozterm/setup.py
+++ b/python/mozterm/setup.py
@@ -1,17 +1,17 @@
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 from __future__ import absolute_import
 
 from setuptools import setup
 
-VERSION = '0.1.0'
+VERSION = '1.0.0'
 DEPS = ['six >= 1.10.0']
 
 setup(
     name='mozterm',
     description='Terminal abstractions built around the blessings module.',
     license='MPL 2.0',
     author='Andrew Halberstadt',
     author_email='ahalberstadt@mozilla.com',