Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
Added support to Windows
  • Loading branch information
kairoaraujo committed Jun 19, 2021
1 parent 13d0c96 commit 820e1f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ownca/__version__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Copyright (c) 2018-2020 Kairo de Araujo
Copyright (c) 2018-2021 Kairo de Araujo
"""

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

0 comments on commit 820e1f4

Please sign in to comment.