Skip to content

Commit d57374f

Browse files
committed
Release v0.7
1 parent a41effe commit d57374f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
dmr-kaitai>=0.9
22
bitarray==2.6.0
3-
numpy==1.23.2
3+
numpy==1.23.4
44
# required for test tools and working with pcap/pcapng (eg. cli dmrlib-pcap-tool)
55
scapy>=2.4.5
66
# for testing
7-
pytest>=7.0.1
8-
pytest-cov>=3.0.0
9-
pytest-asyncio==0.19.0
7+
pytest==7.2.0
8+
pytest-cov==4.0.0
9+
pytest-asyncio==0.20.2
1010
# required only to run test_crc (comparing crc and bit-crc implementations)
11-
crc>=1.1.2
11+
crc==1.3.0
1212
# for repo contributors
1313
pre-commit

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
author="Marek Sebera",
1818
author_email="marek.sebera@gmail.com",
1919
license="AGPL-3.0",
20-
version="0.6.1",
20+
version="0.7",
2121
packages=[
2222
"okdmr.dmrlib",
2323
"okdmr.dmrlib.transmission",
@@ -47,7 +47,7 @@
4747
install_requires=[
4848
"dmr-kaitai>=1.0",
4949
"bitarray>=2.6.0",
50-
"numpy>=1.23.2",
50+
"numpy>=1.23.4",
5151
"scapy>=2.4.5",
5252
],
5353
classifiers=[
@@ -60,6 +60,6 @@
6060
"Framework :: Pytest",
6161
"Intended Audience :: Telecommunications Industry",
6262
"Natural Language :: English",
63-
"Programming Language :: Python :: 3.7",
63+
"Programming Language :: Python :: 3.8",
6464
],
6565
)

0 commit comments

Comments
 (0)