Skip to content
Snippets Groups Projects
Commit 0cad5ed4 authored by Jan Ebert's avatar Jan Ebert
Browse files

Increment version

parent 5a22a0f5
Branches
Tags
No related merge requests found
Pipeline #136037 passed
......@@ -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
......
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment