Skip to content

Commit

Permalink
Update copyright and bump version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvdijk committed Dec 13, 2019
1 parent c428dcc commit 67bee98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions mdstudio_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# -*- coding: utf-8 -*-

"""
MDStudio command line interface (CLI) component
package: mdstudio_cli
MDStudio command line interface (CLI) component
Call MDStudio microservice methods from the UNIX command line
"""

import os

__module__ = 'mdstudio_cli'
__docformat__ = 'restructuredtext'
__version__ = '{major:d}.{minor:d}'.format(major=0, minor=2)
__version__ = '{major:d}.{minor:d}'.format(major=1, minor=0)
__author__ = 'Marc van Dijk'
__status__ = 'pre-release beta1'
__date__ = '15 april 2016'
__status__ = 'release alpha1'
__date__ = '12 december 2019'
__licence__ = 'Apache Software License 2.0'
__url__ = 'https://github.com/MD-Studio/MDStudio_cli'
__copyright__ = "Copyright (c) VU University, Amsterdam"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name=distribution_name,
version=0.1,
version=1.0,
description='CLI component for the MDStudio application',
author="""
Marc van Dijk - VU University - Amsterdam
Expand Down

0 comments on commit 67bee98

Please sign in to comment.