Skip to content

Commit

Permalink
prepare 0.0.1beta.2 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koukyosyumei authored Jan 1, 2024
1 parent fb480bc commit 1e7d1eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<h1 align="center">

<br>
<img src="docs/source/_static/logo_wide_png.png" width=1000>
<img src="docs/source/_static/logo_wide_png.png" alt="" width=1000>
<br>
<br>

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
[project]

name = "aijack"
version = "0.0.1-beta.1"
version = "0.0.1-beta.2"
authors = [
{ name="Hideaki Takahashi" },
]
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ def read_requirements():
return requirements


__version__ = "0.0.1-beta.1"
__version__ = "0.0.1-beta.2"
ext_modules = [CMakeExtension("aijack_cpp_core")]
console_scripts = []

setup(
name="aijack",
version="0.0.1-beta.1",
version="0.0.1-beta.2",
ext_modules=ext_modules,
entry_points={"console_scripts": console_scripts},
cmdclass={"build_ext": CMakeBuild},
Expand Down

0 comments on commit 1e7d1eb

Please sign in to comment.