Skip to content

Commit 24c4001

Browse files
Bump version: 0.1.1 → 0.1.2
1 parent e37d654 commit 24c4001

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: fundamentals_of_data_science/__init__.py

+1-1
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.1'
7+
__version__ = '0.1.2'

Diff for: setup.cfg

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

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
test_suite='tests',
4646
tests_require=test_requirements,
4747
url='https://github.com/fundamentals-of-data-science/ds-fundamentals-python',
48-
version='0.1.1',
48+
version='0.1.2',
4949
zip_safe=False,
5050
)

0 commit comments

Comments
 (0)