Skip to content

Commit

Permalink
Bump version to v0.1.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshitaB committed Nov 27, 2023
1 parent f1ba78e commit 71b6dbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v0.1.1](https://github.com/allenai/LLM/releases/tag/v0.1.1) - 2023-11-26

## [v0.1.0](https://github.com/allenai/LLM/releases/tag/v0.1.0) - 2023-11-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion olmo/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
_MINOR = "1"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "0"
_PATCH = "1"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ olmo = ["py.typed"]

[tool.setuptools.dynamic]
version = { attr = "olmo.version.VERSION" }
dependencies = { file = ["requirements.txt"] }
dependencies = { file = ["requirements.txt", "hf_olmo/requirements.txt"] }
optional-dependencies = { dev = { file = ["dev-requirements.txt"] } }

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 71b6dbf

Please sign in to comment.