Skip to content

Commit

Permalink
Merge pull request #87 from BastienTr/Release_v0.6
Browse files Browse the repository at this point in the history
Setup file for new release v0.6
  • Loading branch information
BastienTr committed Jan 5, 2021
2 parents 47433d6 + 21ad840 commit 932a102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ Available Features
- Binary Symmetric Channel (BSC)
- Binary AWGN Channel (BAWGNC)

[**Wifi 802.11 Simulation Class**](https://github.com/veeresht/CommPy/blob/master/commpy/wifi80211.py)
[Wifi 802.11 Simulation Class](https://github.com/veeresht/CommPy/blob/master/commpy/wifi80211.py)
- A class to simulate the transmissions and receiving parameters of physical layer 802.11 (currently till VHT (ac)).

[Filters](https://github.com/veeresht/CommPy/blob/master/commpy/filters.py)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -11,12 +11,12 @@
MAINTAINER_EMAIL = 'veeresht@gmail.com'
URL = 'http://veeresht.github.com/CommPy'
LICENSE = 'BSD 3-Clause'
VERSION = '0.5.0'
VERSION = '0.6.0'

#This is a list of files to install, and where
#(relative to the 'root' dir, where setup.py is)
#You could be more specific.
files = ["channelcoding/*, channelcoding/tests/*, tests/*"]
files = ["channelcoding/*, channelcoding/tests/*, tests/*, channelcoding/designs/ldpc/gallager/*, channelcoding/designs/ldpc/wimax/*"]

setup(
name=DISTNAME,
Expand Down

0 comments on commit 932a102

Please sign in to comment.