Skip to content

Commit

Permalink
Bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
forslund committed Oct 3, 2021
1 parent 3398965 commit 568bbbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion combo_lock/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .combo_lock import ComboLock, NamedLock

VERSION = "0.1.1"
VERSION = "0.2.0"

__all__ = [
NamedLock,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def required(requirements_file):

setup(
name='combo_lock',
version='0.1.2',
version='0.2.0',
packages=['combo_lock'],
package_data={
'*': ['*.txt', '*.md']
Expand Down

0 comments on commit 568bbbc

Please sign in to comment.