Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspinder committed Jan 7, 2021
1 parent a2e3944 commit c091f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gpjax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from .utilities import save, load


__version__ = "0.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def parse_requirements_file(filename):

setup(
name='GPJax',
version='0.1.0',
version='0.1.1',
author='Thomas Pinder',
author_email='[email protected]',
packages=['gpjax'], #, 'package_name.test'],
Expand Down

0 comments on commit c091f7d

Please sign in to comment.