Skip to content

Commit

Permalink
Upstream version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drygdryg committed Aug 15, 2020
1 parent 57efa47 commit 048fbd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:copyright: (c) 2020 drygdryg
"""

version = '0.1'
version = '0.2'

with open('README.md', encoding='utf-8') as f:
long_description = f.read()
Expand Down
2 changes: 1 addition & 1 deletion wpspin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from .wpspin import WPSpin

__author__ = 'drygdryg'
__version__ = '0.1'
__version__ = '0.2'

0 comments on commit 048fbd2

Please sign in to comment.