Skip to content

Commit

Permalink
Release 0.0.1beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Koukyosyumei authored Aug 28, 2023
1 parent 7aea4cb commit 0e82b88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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"
version = "0.0.1-beta.1"
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"
__version__ = "0.0.1-beta.1"
ext_modules = [CMakeExtension("aijack_cpp_core")]
console_scripts = []

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

0 comments on commit 0e82b88

Please sign in to comment.