Skip to content

Commit

Permalink
Update version to 4.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
JrGoodle committed May 31, 2020
1 parent e6b49cb commit bc1f573
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

### Environment

- `clowder` version: `3.2.0`
- `clowder` version: `4.0b1`
- OS: macOS
- Python version: 3.6
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = u'3.2.0'
version = u'4.0b1'
# The full version, including alpha/beta/rc tags.
release = u'3.2.0'
release = u'4.0b1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
14 changes: 9 additions & 5 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,23 @@
setup(
name='clowder-repo',
description='A tool for managing code',
version='3.2.0',
version='4.0b1',
url='http://clowder.cat',
author='Joe DeCapo',
author_email='joe@polka.cat',
license='MIT',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
# 'Development Status :: 5 - Production/Stable',
'Development Status :: 4 - Beta',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
'Programming Language :: Python :: 3.8',
'Operating System :: MacOS',
'Operating System :: POSIX :: Linux',
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
'Topic :: Software Development :: Version Control :: Git'
],
packages=['clowder',
'clowder.cli',
Expand Down

0 comments on commit bc1f573

Please sign in to comment.