Skip to content

Commit

Permalink
chore: Update code version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eta0 committed Oct 31, 2023
1 parent d7c7540 commit b38d959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.6.0] - 2023-10-30

### Added

Expand Down Expand Up @@ -220,7 +220,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `get_gpu_name`
- `no_init_or_tensor`

[Unreleased]: https://github.com/coreweave/tensorizer/compare/v2.5.1...HEAD
[2.6.0]: https://github.com/coreweave/tensorizer/compare/v2.5.1...v2.6.0
[2.5.1]: https://github.com/coreweave/tensorizer/compare/v2.5.0...v2.5.1
[2.5.0]: https://github.com/coreweave/tensorizer/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/coreweave/tensorizer/compare/v2.3.0...v2.4.0
Expand Down
2 changes: 1 addition & 1 deletion tensorizer/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.6.0.dev1"
__version__ = "2.6.0"

0 comments on commit b38d959

Please sign in to comment.