Skip to content

Commit

Permalink
Merge pull request #86 from kairoaraujo/release_0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kairoaraujo authored Jan 9, 2023
2 parents a0cfb4a + 35c17dd commit aee8057
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-2021 Kairo de Araujo
Copyright (c) 2018-2022 Kairo de Araujo
"""

__title__ = "OwnCA"
__description__ = "Python Own Certificate Authority"
__url__ = "https://github.com/OwnCA/ownca"
__version__ = "0.3.3"
__version__ = "0.4.0"
__author__ = "Kairo de Araujo"
__author_email__ = "kairo@dearaujo.nl"
__license__ = "Apache 2.0"
__copyright__ = "2018-2022, Kairo de Araujo"
__copyright__ = "2018-2023, Kairo de Araujo"

0 comments on commit aee8057

Please sign in to comment.