Skip to content

Commit

Permalink
bump up to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MridulS committed Sep 21, 2020
1 parent e166ee7 commit e6e334e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion nbreproduce/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Mridul Seth"""
__email__ = "seth.mridul@gmail.com"
__version__ = "0.3.0"
__version__ = "0.4.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.4.0
commit = True
tag = True

Expand Down
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@
setup(
author="Mridul Seth",
author_email='seth.mridul@gmail.com',
python_requires='>=3.5',
python_requires='>=3.7',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
Expand All @@ -49,6 +47,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/MridulS/nbreproduce',
version='0.3.0',
version='0.4.0',
zip_safe=False,
)

0 comments on commit e6e334e

Please sign in to comment.