Skip to content

Commit e6e334e

Browse files
committed
bump up to 0.4.0
1 parent e166ee7 commit e6e334e

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

nbreproduce/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Mridul Seth"""
44
__email__ = "[email protected]"
5-
__version__ = "0.3.0"
5+
__version__ = "0.4.0"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.0
2+
current_version = 0.4.0
33
commit = True
44
tag = True
55

setup.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@
1919
setup(
2020
author="Mridul Seth",
2121
author_email='[email protected]',
22-
python_requires='>=3.5',
22+
python_requires='>=3.7',
2323
classifiers=[
2424
'Development Status :: 2 - Pre-Alpha',
2525
'Intended Audience :: Developers',
2626
'License :: OSI Approved :: BSD License',
2727
'Natural Language :: English',
2828
'Programming Language :: Python :: 3',
29-
'Programming Language :: Python :: 3.5',
30-
'Programming Language :: Python :: 3.6',
3129
'Programming Language :: Python :: 3.7',
3230
'Programming Language :: Python :: 3.8',
3331
],
@@ -49,6 +47,6 @@
4947
test_suite='tests',
5048
tests_require=test_requirements,
5149
url='https://github.com/MridulS/nbreproduce',
52-
version='0.3.0',
50+
version='0.4.0',
5351
zip_safe=False,
5452
)

0 commit comments

Comments
 (0)