diff --git a/README.md b/README.md index 5e4afb0a6f70c87c3f959d049f5af2949da0ea92..8574d427c2f961d0c3895ba9ea3e6c4c8e0fd1e7 100755 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ ## Updates +- **2023.2.6**: ConvLab 3.0.1 has been released on PyPI, addressing the reported bugs on issues. - **2022.11.30**: ConvLab-3 release. ## Installation diff --git a/setup.py b/setup.py index c2cae13c857561899c9b71f68e236f30d705f5ce..0a94fb0e50cbc36f96b4b3102690656bfa10f2e1 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages setup( name='convlab', - version='3.0.0', + version='3.0.1', packages=find_packages(), license='Apache', description='An Open-source Dialog System Toolkit',