Skip to content

Commit

Permalink
Update version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guoshengCS committed May 16, 2022
1 parent 0330363 commit fca3613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddlenlp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '2.3.0.dev' # Maybe dev is better
__version__ = '2.3.0' # Maybe dev is better
import sys
if 'datasets' in sys.modules.keys():
from paddlenlp.utils.log import logger
Expand Down

0 comments on commit fca3613

Please sign in to comment.