Skip to content

Commit edc97c2

Browse files
committed
update to new version
1 parent 2c5ea37 commit edc97c2

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,3 @@ repos:
1111
rev: 22.10.0
1212
hooks:
1313
- id: black
14-
15-
- repo: https://github.com/pycqa/flake8
16-
rev: 3.9.2
17-
hooks:
18-
- id: flake8

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["setuptools", "wheel", "cmake", "pybind11"]
2+
requires = ["setuptools", "wheel", "cmake"]
33
build-backend = "setuptools.build_meta"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def build_extension(self, ext):
5555

5656
setup(
5757
name="pygemma",
58-
version="0.1.0",
58+
version="0.1.1",
5959
author="Nam Tran",
6060
author_email="namtran.ase@gmail.com",
6161
description="A Python package with a C++ backend using gemma.",

0 commit comments

Comments
 (0)