We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90312fd commit 881c4caCopy full SHA for 881c4ca
python/setup.py
@@ -24,7 +24,7 @@
24
25
setup(
26
name='rapidwright',
27
- version='2023.2.0',
+ version='2023.2.1',
28
license='Apache 2.0 and Others',
29
description='Xilinx RapidWright Framework Wrapped for Python.',
30
long_description='',
python/src/rapidwright/rapidwright.py
from typing import List, Optional
import os, urllib.request, platform
-version='2023.2.0'
+version='2023.2.1'
def start_jvm():
os_str = 'lin64'
0 commit comments