Skip to content

Commit 3dbedd6

Browse files
committed
Update version to 0.7.2
1 parent 511b7af commit 3dbedd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyphysim/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# The short X.Y version.
8-
__version__ = "0.7.1"
8+
__version__ = "0.7.2"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyphysim"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
description = "Simulation of digital communication (physical layer) in python"
55
authors = ["Darlan Cavalcante Moreira <[email protected]>"]
66
license = "GPL-2.0-or-later"

0 commit comments

Comments
 (0)