Skip to content

Commit

Permalink
v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme1 committed Dec 27, 2020
1 parent 3578aaf commit c6d03cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Expand Up @@ -3,4 +3,3 @@ include requirements.txt
include LICENSE
recursive-include dpipe *.py
recursive-include dpipe *.config
recursive-include dpipe_configs *.config
2 changes: 1 addition & 1 deletion dpipe/__init__.py
@@ -1 +1 @@
__version__ = '0.0.9'
__version__ = '0.0.10'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@
packages=find_packages(include=('dpipe',)),
include_package_data=True,
version=__version__,
descriprion='A collection of tools for deep learning experiments',
description='A collection of tools for deep learning experiments',
long_description=long_description,
long_description_content_type='text/markdown',
license='MIT',
Expand Down

0 comments on commit c6d03cc

Please sign in to comment.