Skip to content

Commit

Permalink
hotfix (#170)
Browse files Browse the repository at this point in the history
Signed-off-by: Travis Bartley <tbartley@nvidia.com>
  • Loading branch information
tbartley94 committed May 3, 2024
1 parent 6d596e0 commit 7bf5c2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
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).

## [r1.0.1] - 2024-05-03
## [r1.0.2] - 2024-05-03

### Added

Expand Down
4 changes: 2 additions & 2 deletions nemo_text_processing/package_info.py
Expand Up @@ -15,8 +15,8 @@

MAJOR = 1
MINOR = 0
PATCH = 1
PRE_RELEASE = 'r'
PATCH = 2
PRE_RELEASE = ''

# Use the following formatting: (major, minor, patch, pre-release)
VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE)
Expand Down

0 comments on commit 7bf5c2e

Please sign in to comment.