Skip to content

Commit 8e5c9eb

Browse files
committed
setup for release 0.2.0
1 parent b6bf67e commit 8e5c9eb

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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.1.0"
5+
__version__ = "0.2.0"

setup.cfg

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

@@ -23,4 +23,3 @@ test = pytest
2323

2424
[tool:pytest]
2525
collect_ignore = ['setup.py']
26-

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
test_suite='tests',
5050
tests_require=test_requirements,
5151
url='https://github.com/MridulS/nbreproduce',
52-
version='0.1.0',
52+
version='0.2.0',
5353
zip_safe=False,
5454
)

0 commit comments

Comments
 (0)