Skip to content

Commit

Permalink
build(poetry): bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mozharovsky committed Sep 16, 2021
1 parent b250a88 commit 59f2112
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[tool.poetry]
name = "git-t5"
version = "0.1.0"
description = ""
version = "0.2.0"
description = "Open source machine learning framework for training T5 models on source code in JAX/Flax."
authors = ["mozharovsky <[email protected]>"]
maintainers = ["mozharovsky <[email protected]>"]
repository = "https://github.com/formermagic/git-t5"
classifiers = ["Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Topic :: Software Development :: Libraries"]
keywords = ["nlp", "machine-learning", "machine-learning-library", "transformers", "t5", "t5-jax", "code-t5"]
include = ["git_t5", "LICENSE", "README.md"]
readme = "README.md"
license = "MIT"

[tool.poetry.scripts]
gt5-train-tokenizer = 'git_t5.cli.train_tokenizer:main'
Expand Down

0 comments on commit 59f2112

Please sign in to comment.