Skip to content

Commit

Permalink
Release v4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
capn-freako committed Feb 13, 2023
1 parent c9bcf27 commit f65ec46
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion PyAMI
4 changes: 2 additions & 2 deletions conda.recipe/pybert/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requirements:
- numpy x.x
- pyibis-ami >=4.0.5
- pyside6
- python
- python x.x
- pyyaml
# - qt >=5
- scikit-rf >=0.24.1
Expand All @@ -30,7 +30,7 @@ requirements:
- numpy x.x
- pyibis-ami >=4.0.5
- pyside6
- python
- python x.x
- pyyaml
# - qt >=5
- scikit-rf >=0.24.1
Expand Down
13 changes: 3 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "PipBERT"
description = "Serial communication link bit error rate tester simulator, written in Python."
version = "4.0.4"
version = "4.0.6"
authors = [ {name = "David Banas", email = "[email protected]"}
, {name = "David Patterson"}
]
Expand All @@ -14,17 +14,10 @@ readme = "README.md"
requires-python = ">=3.8"
license = {text = "BSD"}
dependencies = [
"chaco==5.1.0",
"click==8.1.3",
"enable==5.3.1",
"numpy>=1.22.3,<1.23",
"PyIBIS-AMI>=4.0.5",
"pyside6",
"pyyaml==6.0",
"scikit-rf==0.24.1",
"scipy==1.9.3",
"traits==6.4.1",
"traitsui==7.4.1",
"pyyaml>=6",
"scikit-rf>=0.24",
]
keywords=["bert", "communication", "simulator"]
classifiers=[
Expand Down
4 changes: 2 additions & 2 deletions src/pybert/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Copyright (c) 2014 by David Banas; All rights reserved World wide.
"""
__version__ = "4.0.4"
__date__ = "November 27, 2022"
__version__ = "4.0.6"
__date__ = "February 13, 2023"
__authors__ = "David Banas & David Patterson"
__copy__ = "Copyright (c) 2014 David Banas, 2019 David Patterson"

0 comments on commit f65ec46

Please sign in to comment.