Skip to content

Commit

Permalink
update version: 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
nxenon committed Nov 3, 2023
1 parent 24fc0bb commit bfad914
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <img src="https://github.com/nxenon/h2spacex/assets/61124903/fd6387bf-15e8-4a5d-816b-cf5e079e07cc" width="10%" valign="middle" alt="Scapy" />&nbsp;&nbsp; H2SpaceX

[![pypi: 0.1.12](https://img.shields.io/badge/pypi-0.1.12-8c34eb.svg)](https://pypi.org/project/h2spacex/)
[![pypi: 0.1.13](https://img.shields.io/badge/pypi-0.1.13-8c34eb.svg)](https://pypi.org/project/h2spacex/)
[![Python: 3.10](https://img.shields.io/badge/Python->=3.10-blue.svg)](https://www.python.org)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-006112.svg)](https://github.com/nxenon/h2spacex/blob/main/LICENSE)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "h2spacex"
version = "0.1.12"
version = "0.1.13"
authors = [
{ name="nxenon", email="nasiri.aminm@gmail.com" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='h2spacex',
version='0.1.12',
version='0.1.13',
description='HTTP/2 Single Packet Attack low level library based on Scapy',
package_dir={"": "src"},
packages=find_packages(where="src"),
Expand Down

0 comments on commit bfad914

Please sign in to comment.