Skip to content

Commit 820e1f4

Browse files
committed
Release 0.2.1
Added support to Windows
1 parent 13d0c96 commit 820e1f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ownca/__version__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
"""
4-
Copyright (c) 2018-2020 Kairo de Araujo
4+
Copyright (c) 2018-2021 Kairo de Araujo
55
"""
66

77
__title__ = "OwnCA"
88
__description__ = "Python Own Certificate Authority"
99
__url__ = "https://github.com/OwnCA/ownca"
10-
__version__ = "0.2.0"
10+
__version__ = "0.2.1"
1111
__author__ = "Kairo de Araujo"
1212
__author_email__ = "[email protected]"
1313
__license__ = "Apache 2.0"
14-
__copyright__ = "2018-2020, Kairo de Araujo"
14+
__copyright__ = "2018-2021, Kairo de Araujo"

0 commit comments

Comments
 (0)