Skip to content

Commit

Permalink
feat: project name
Browse files Browse the repository at this point in the history
  • Loading branch information
asafgardin committed Dec 18, 2023
1 parent ea8b6a9 commit 8d3d454
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 242 deletions.
237 changes: 0 additions & 237 deletions CHANGELOG.md

This file was deleted.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ exclude_lines = [
]

[tool.poetry]
name = "ai21"
name = "ai21-python"
version = "1.0.0-rc.2"
description = ""
authors = ["AI21 Labs"]
Expand Down Expand Up @@ -98,14 +98,14 @@ version_toml = [
version_variables = [
"ai21/version.py:VERSION"
]
match = "(main)"
match = "(update_project_name)"
build_command = "pip install poetry && poetry build"
version_source = "tag"
commit_version_number = true
commit_message = "chore(release): v{version} [skip ci]"

[tool.semantic_release.branches.main]
match = "(main)"
[tool.semantic_release.branches.update_project_name]
match = "(update_project_name)"
prerelease_token = "rc"
prerelease = true

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
long_description = "\\n" + fh.read()

setup(
name="ai21",
name="ai21_python",
version=VERSION,
license="MIT",
author="AI21 Labs",
Expand Down

0 comments on commit 8d3d454

Please sign in to comment.