Skip to content

Commit

Permalink
Merge branch 'main' into documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chenghaoliu89 authored Aug 16, 2024
2 parents 387903e + 572445e commit 81b8eec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "salesforce-uni2ts"
name = "uni2ts"
dynamic = [
"version",
]
Expand Down Expand Up @@ -35,7 +35,8 @@ authors = [
{name = "Doyen Sahoo"},
]
maintainers = [
{name = "Gerald Woo", email = "[email protected]"}
{name = "Gerald Woo", email = "[email protected]"},
{name = "Juncheng Liu", email = "[email protected]"}
]
description = "Unified Training of Universal Time Series Forecasting Transformers"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/uni2ts/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.0.0a0"
__version__ = "1.1.0"

0 comments on commit 81b8eec

Please sign in to comment.