Skip to content

Commit

Permalink
bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzenklotz committed Oct 26, 2018
1 parent d4c7321 commit 867fc0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pybeerxml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from .parser import Parser

__all__ = ["Recipe, Parser"]
__version__ = 0.1
__version__ = "1.0.2"

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ def run_tests(self):
setup(
name = 'pybeerxml',
packages = ['pybeerxml'],
version = '1.0.1',
version = '1.0.2',
description = 'A BeerXML Parser',
author = 'Tom Herold',
author_email = '[email protected]',
url = 'https://github.com/hotzenklotz/pybeerxml',
download_url = 'https://github.com/hotzenklotz/pybeerxml/tarball/1.0.1',
download_url = 'https://github.com/hotzenklotz/pybeerxml/tarball/1.0.2',
tests_require=['pytest'],
cmdclass={'test': PyTest},
platforms='any',
Expand Down

0 comments on commit 867fc0e

Please sign in to comment.