Skip to content

Commit fcc980b

Browse files
committed
Bump version to 0.2.0
Signed-off-by: Roald Nefs <info@roaldnefs.com>
1 parent 555ffb6 commit fcc980b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

transip/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2020 Roald Nefs <info@roaldnefs.com>
3+
# Copyright (C) 2020, 2021 Roald Nefs <info@roaldnefs.com>
44
#
55
# This file is part of python-transip.
66

@@ -27,10 +27,10 @@
2727

2828

2929
__title__ = "python-transip"
30-
__version__ = "0.1.0"
30+
__version__ = "0.2.0"
3131
__author__ = "Roald Nefs"
3232
__email__ = "info@roaldnefs.com"
33-
__copyright__ = "Copyright 2020, Roald Nefs"
33+
__copyright__ = "Copyright 2020-2021, Roald Nefs"
3434
__license__ = "LGPL3"
3535

3636

0 commit comments

Comments
 (0)