Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
bump version in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
p1-bmu committed Mar 16, 2022
1 parent 08e6ad2 commit acb6591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup, find_packages

# Pycrate Version
VERSION = "0.5.3"
VERSION = "0.5.4"


# get dependencies according to the Python version
Expand Down Expand Up @@ -89,6 +89,6 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/P1sec/pycrate/",
keywords="protocol format ASN.1 CSN.1 compiler encoder decoder mobile core network Diameter NAS S1AP NGAP TCAP MAP GTP-C PFCP",
keywords="protocol format ASN.1 CSN.1 compiler encoder decoder mobile core network Diameter NAS S1AP NGAP TCAP MAP GTP PFCP SCCP ISUP",
license="LGPL v2.1+",
)

0 comments on commit acb6591

Please sign in to comment.