Skip to content

Commit

Permalink
chore(release): Bumb version number to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
c0r0n3r committed Jun 23, 2023
1 parent 80b6df5 commit c7944bf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

0.9.1
-----
0.9.1 - 2022-06-22
------------------

- TLS (``tls``)

Expand Down
2 changes: 1 addition & 1 deletion cryptoparser/__setup__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__title__ = 'CryptoParser'
__technical_name__ = __title__.lower()
__version__ = '0.9.0'
__version__ = '0.9.1'
__description__ = 'Fast and flexible security protocol parser and generator'
__author__ = 'Szilárd Pfeiffer'
__author_email__ = 'coroner@pfeifferszilard.hu'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asn1crypto
attrs>=19.1,<22.0.1
cryptodatahub>=0.8.5
cryptodatahub>=0.9.1
python-dateutil
py2-ipaddress;python_version<"3.4"
typing;python_version<"3.5"
Expand Down
2 changes: 1 addition & 1 deletion submodules/cryptodatahub
Submodule cryptodatahub updated from 945166 to 7acd6d

0 comments on commit c7944bf

Please sign in to comment.