Skip to content

Commit

Permalink
Bump version number to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
enlznep committed Oct 21, 2021
1 parent b125c32 commit 16fe716
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jupyterlab_workbench/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""
AXXE-L Workbench
JupyterLab Workbench
"""


__version__ = '0.1.0'
__version__ = '0.1.2'
__author__ = 'Ray Marc Marcellones'
__credits__ = 'XTREME-D Inc.'
11 changes: 9 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
from pathlib import Path
from setuptools import setup


DIRECTORY = Path(__file__).parent
DESCRIPTION = (DIRECTORY / "README.md").read_text()


setup(
name='jupyterlab-workbench',
version='0.1.0',
description='JupyterLab Workbench',
version='0.1.2',
long_description=DESCRIPTION,
long_description_content_type='text/markdown',
url='https://github.com/enlznep/pyexample',
author='Ray Marc Marcellones (XTREME-D Inc)',
author_email='[email protected]',
Expand Down

0 comments on commit 16fe716

Please sign in to comment.