Skip to content

Commit

Permalink
bump version to 2.0.0 since the DB format has changed
Browse files Browse the repository at this point in the history
Will create a release from this version. Major version bump since it now uses sqlite
for the database.
  • Loading branch information
wwade committed Mar 15, 2021
1 parent c7bb27e commit e9c2567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='jobrunner',
version='1.0.6',
version='2.0.0',
description='Job runner with logging',
packages=find_packages(exclude=[
'jobrunner.test',
Expand Down

0 comments on commit e9c2567

Please sign in to comment.