Skip to content

Commit 8b55b44

Browse files
committed
chore: Update version for packaging
1 parent 39a7d23 commit 8b55b44

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

python/py_vapid/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
import logging
1111
from jose import jws
1212

13-
__version__ = "0.2"
14-
1513

1614
class VapidException(Exception):
1715
pass

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import setup, find_packages
55

6-
__version__ = "0.5.0"
6+
__version__ = "0.6.0"
77

88

99
def read_from(file):

0 commit comments

Comments
 (0)