Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknyquist committed Aug 14, 2018
1 parent 96ade4b commit 03f7819
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions bin/bfi
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env python

__version__ = 1.0

import os
import argparse

Expand All @@ -24,7 +22,7 @@ def main():
args = parser.parse_args()

if args.version:
print('bfi %s' % __version__)
print('bfi %s' % bfi.__version__)
return

if not args.file:
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ def run(self):

setup(
name='bfi',
version='1.0.1',
description=('A reasonably fast optimizing Brainfuck interpreter '
'in pure python'),
version='1.0.2',
description=('A fast optimizing Brainfuck interpreter in pure python'),
long_description=long_description,
url='http://github.com/eriknyquist/bfi',
author='Erik Nyquist',
Expand Down

0 comments on commit 03f7819

Please # to comment.