Skip to content

Commit 0ddb62d

Browse files
committed
chore: Bump version to 1.0.2
1 parent b3ed352 commit 0ddb62d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = opalstack
3-
version = 1.0.1
3+
version = 1.0.2
44
author = Opalstack
55
author_email = [email protected]
66
description = Opalstack API Python Library

src/opalstack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '1.0.1'
1+
VERSION = '1.0.2'
22
__version__ = VERSION
33

44
from .api import Api

0 commit comments

Comments
 (0)