Skip to content

Commit 15d7241

Browse files
Merge pull request #261 from CompEpigen/development
Development
2 parents 213bcba + 9535a91 commit 15d7241

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cwlab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import absolute_import
22

3-
__version__ = "0.3.2"
3+
__version__ = "0.4.1"
44

55
import os
66
from flask import Flask

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='cwlab',
10-
version='0.3.2',
10+
version='0.4.1',
1111
description='A platform-agnostic, cloud-ready framework for simplified deployment of the Common Workflow Language using a graphical web interface',
1212
long_description=open(README).read(),
1313
long_description_content_type="text/x-rst",
@@ -17,7 +17,7 @@
1717
author_email='[email protected]',
1818
license='Apache 2.0',
1919
include_package_data=True,
20-
packages=find_packages(exclude=("scratchs")),
20+
packages=find_packages(),
2121
entry_points={
2222
"console_scripts": [
2323
"cwlab=cwlab.__main__:main",

0 commit comments

Comments
 (0)