Skip to content

Commit e74ea15

Browse files
committed
Updated modules in __init__.py
1 parent fd7d85a commit e74ea15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pygorithm/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
3434
"""
3535

36-
__version__ = '1.0.0'
36+
__version__ = '1.0.3'
3737
__author__ = 'Omkar Pathak'
3838

3939
# List maintainers here
@@ -62,6 +62,7 @@
6262
__all__ = [
6363
'binary',
6464
'data_structures',
65+
'dynamic_programming',
6566
'fibonacci',
6667
'math',
6768
'searching',

0 commit comments

Comments
 (0)