Skip to content

Commit 881c4ca

Browse files
committed
Bump Python version to 2023.2.1
Signed-off-by: Chris Lavin <chris.lavin@amd.com>
1 parent 90312fd commit 881c4ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name='rapidwright',
27-
version='2023.2.0',
27+
version='2023.2.1',
2828
license='Apache 2.0 and Others',
2929
description='Xilinx RapidWright Framework Wrapped for Python.',
3030
long_description='',

python/src/rapidwright/rapidwright.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from typing import List, Optional
2525
import os, urllib.request, platform
2626

27-
version='2023.2.0'
27+
version='2023.2.1'
2828

2929
def start_jvm():
3030
os_str = 'lin64'

0 commit comments

Comments
 (0)