diff --git a/setup.cfg b/setup.cfg index 6a0819d..d2d0760 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.5.1 commit = True tag = True diff --git a/setup.py b/setup.py index 82d6a22..143ed63 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/AdventureData/study_lyte', - version='0.5.0', + version='0.5.1', zip_safe=False, ) diff --git a/study_lyte/__init__.py b/study_lyte/__init__.py index 0f9dde4..4d5cb69 100644 --- a/study_lyte/__init__.py +++ b/study_lyte/__init__.py @@ -2,7 +2,7 @@ __author__ = """Micah Johnson """ __email__ = 'info@adventuredata.com' -__version__ = '0.5.0' +__version__ = '0.5.1'