Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Updated version numbers and dependencies for v1.0.0 packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundGoodman committed Oct 30, 2021
1 parent ccd47b0 commit d48636d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@

setup(
name = 'jupylint',
version = '0.1.0',
version = '1.0.0',
license='MIT',
description = 'A tool to run pylint on Jupyter notebooks',
long_description=long_description,
long_description_content_type="text/markdown",
author = 'Edmund Goodman',
author_email = 'egoodman3141@gmail.com',
url = 'https://github.com/EdmundGoodman/Jupyter_Pylinter',
download_url = 'https://github.com/EdmundGoodman/Jupyter_Pylinter/archive/refs/tags/v0.1.0.tar.gz',
download_url = 'https://github.com/EdmundGoodman/Jupyter_Pylinter/archive/refs/tags/v1.0.0.tar.gz',
packages=find_packages(),
keywords = ['Jupyter', 'Pylint', 'linter'],
install_requires = ['pylint'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Edmund Goodman'

# The full version, including alpha/beta/rc tags
release = '0.1.0'
release = '1.0.0'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit d48636d

Please sign in to comment.