diff --git a/docs/conf.py b/docs/conf.py index 3d8b6d16f3ace7ece65f80aa6351c958129ee841..abd6ed44344c93eab3e598d8803b4a51bccc4e9b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = 'BP-Transformers' copyright = '2023, Jan Ebert' author = 'Jan Ebert' -release = '0.1.2' +release = '0.1.3' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.py b/setup.py index 3a8aa25db9c37b858b3b1a2e0eba627590abe14e..60f27f3b8a20ded5d330e20853e338d07d835a72 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup setup( name='bp_transformers', python_requires='>=3.8', - version='0.1.2', + version='0.1.3', packages=find_packages(), install_requires=['torch>=1.10,<3.0'], author='Jan Ebert',