Skip to content

Commit

Permalink
Bump to Release 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Kairo de Araujo <[email protected]>
  • Loading branch information
kairoaraujo committed Dec 31, 2022
1 parent 8941f46 commit c0aee64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ownca/__version__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/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__ = "[email protected]"
__license__ = "Apache 2.0"
Expand Down

0 comments on commit c0aee64

Please sign in to comment.