Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AzulGarza committed Jun 21, 2022
1 parent f005e22 commit 52a0827
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion datasetsforecast/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.2"
2 changes: 1 addition & 1 deletion datasetsforecast/_nbdev.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

doc_url = "https://Nixtla.github.io/datasetsforecast/"

git_url = "https://github.com/Nixtla/statsforecast/tree/main/"
git_url = "https://github.com/Nixtla/datasetsforecast/tree/main/"

def custom_doc_links(name): return None
6 changes: 3 additions & 3 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
host = github
lib_name = datasetsforecast
# For Enterprise Git add variable repo_name and company name
# repo_name = statsforecast
# repo_name = datasetsforecast
# company_name = Nixtla

user = Nixtla
Expand All @@ -13,7 +13,7 @@ author = Nixtla
author_email = [email protected]
copyright = Nixtla Inc.
branch = main
version = 0.0.1
version = 0.0.2
min_python = 3.7
audience = Developers
language = English
Expand Down Expand Up @@ -53,7 +53,7 @@ doc_baseurl = /%(lib_name)s/
# For Enterprise Github pages docs use:
# doc_baseurl = /%(repo_name)s/%(lib_name)s/

git_url = https://github.com/%(user)s/statsforecast/tree/%(branch)s/
git_url = https://github.com/%(user)s/datasetsforecast/tree/%(branch)s/
# For Enterprise Github use:
# git_url = https://github.%(company_name)s.com/%(repo_name)s/%(lib_name)s/tree/%(branch)s/

Expand Down

0 comments on commit 52a0827

Please sign in to comment.