Commit 611e357e by Gabriel Falcao

bump to 0.2.3

parent aa05eaf9
# lettuce # lettuce
> Version 0.2.2 - kryptonite > Version 0.2.3 - kryptonite
## On release names ## On release names
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
version = '0.2.2' version = '0.2.3'
release = 'kryptonite' release = 'kryptonite'
import os import os
......
...@@ -39,7 +39,7 @@ if os.name.lower() == 'nt': ...@@ -39,7 +39,7 @@ if os.name.lower() == 'nt':
setup( setup(
name='lettuce', name='lettuce',
version='0.2.2', version='0.2.3',
description='Behaviour Driven Development for python', description='Behaviour Driven Development for python',
author=u'Gabriel Falcao', author=u'Gabriel Falcao',
author_email='gabriel@nacaolivre.org', author_email='gabriel@nacaolivre.org',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment