Skip to content

Commit 74916eb

Browse files
Bump version: 0.1.9 → 0.1.10
1 parent 4b0f2b7 commit 74916eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fundamentals_of_data_science/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """Andrew Stewart"""
66
__email__ = '[email protected]'
7-
__version__ = '0.1.9'
7+
__version__ = '0.1.10'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.9
2+
current_version = 0.1.10
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
test_suite='tests',
5555
tests_require=test_requirements,
5656
url='https://github.com/fundamentals-of-data-science/ds-fundamentals-python',
57-
version='0.1.9',
57+
version='0.1.10',
5858
zip_safe=False,
5959
)

0 commit comments

Comments
 (0)