aboutsummaryrefslogtreecommitdiff
path: root/python/testpath/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testpath/setup.py')
-rw-r--r--python/testpath/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/testpath/setup.py b/python/testpath/setup.py
index 9fc1264e45993..3a92914bf1fe3 100644
--- a/python/testpath/setup.py
+++ b/python/testpath/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name='testpath',
- version='0.3',
+ version='0.4.1',
description='Test utilities for Python code working with files and commands',
url='https://github.com/jupyter/testpath',
author='The Jupyter Development Team',