Skip to content

Commit 9d44743

Browse files
authored
version up
1 parent b3e6c3b commit 9d44743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
"""
4-
:copyright: (c) 2020 by Jussi Vatjus-Anttila
4+
:copyright: (c) 2022 by Jussi Vatjus-Anttila
55
:license: MIT, see LICENSE for more details.
66
"""
77
import os
@@ -13,7 +13,7 @@
1313
DESCRIPTION = "opentmi-client"
1414
OWNER_NAMES = 'Jussi Vatjus-Anttila'
1515
OWNER_EMAILS = 'jussiva@gmail.com'
16-
VERSION = '0.10.1'
16+
VERSION = '0.10.2'
1717

1818

1919
# Utility function to cat in a file (used for the README)

0 commit comments

Comments
 (0)