Skip to content

Commit b48d485

Browse files
committed
bump
1 parent 18661e3 commit b48d485

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fastprogress/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.0.4"
1+
__version__ = "1.0.5"
22
from .fastprogress import master_bar, progress_bar, force_console_behavior

fastprogress/_modidx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
d = { 'settings': { 'branch': 'master',
44
'doc_baseurl': '/',
55
'doc_host': 'https://fastprogress.fast.ai',
6-
'git_url': 'https://github.com/fastai/fastprogress/tree/master/',
6+
'git_url': 'https://github.com/answerdotai/fastprogress/tree/master/',
77
'lib_path': 'fastprogress'},
88
'syms': { 'fastprogress.core': { 'fastprogress.core.format_time': ('core.html#format_time', 'fastprogress/core.py'),
99
'fastprogress.core.html_progress_bar': ('core.html#html_progress_bar', 'fastprogress/core.py'),

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repo = fastprogress
33
lib_name = fastprogress
44
user = answerdotai
55
branch = master
6-
version = 1.0.4
6+
version = 1.0.5
77
description = A nested progress with plotting options for fastai
88
keywords = jupyter notebook progressbar
99
author = Sylvain Gugger

0 commit comments

Comments
 (0)