We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555ffb6 commit fcc980bCopy full SHA for fcc980b
1 file changed
transip/__init__.py
@@ -1,6 +1,6 @@
1
# -*- coding: utf-8 -*-
2
#
3
-# Copyright (C) 2020 Roald Nefs <info@roaldnefs.com>
+# Copyright (C) 2020, 2021 Roald Nefs <info@roaldnefs.com>
4
5
# This file is part of python-transip.
6
@@ -27,10 +27,10 @@
27
28
29
__title__ = "python-transip"
30
-__version__ = "0.1.0"
+__version__ = "0.2.0"
31
__author__ = "Roald Nefs"
32
__email__ = "info@roaldnefs.com"
33
-__copyright__ = "Copyright 2020, Roald Nefs"
+__copyright__ = "Copyright 2020-2021, Roald Nefs"
34
__license__ = "LGPL3"
35
36
0 commit comments