Skip to content

Commit 4127df7

Browse files
authored
Update setup.py
1 parent a14d087 commit 4127df7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# pynq variables
2020
requirements = ['pynq>=2.7']
2121
board_notebooks_dir = os.environ['PYNQ_JUPYTER_NOTEBOOKS']
22-
board_project_dir = os.path.join(board_notebooks_dir, 'frequency-planner')
22+
board_project_dir = os.path.join(board_notebooks_dir, 'rfsoc-studio', 'frequency-planner')
2323

2424
# check if the path already exists, delete if so
2525
def check_path():
@@ -37,7 +37,7 @@ def copy_notebooks():
3737

3838
setup(
3939
name=package_name,
40-
version='0.3.0',
40+
version='0.3.1',
4141
install_requires=requirements,
4242
url='https://github.com/strath-sdr/rfsoc_frequency_planner',
4343
license='BSD 3-Clause License',

0 commit comments

Comments
 (0)