We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfacae8 commit 80014dcCopy full SHA for 80014dc
fundamentals_of_data_science/__init__.py
@@ -4,4 +4,4 @@
4
5
__author__ = """Andrew Stewart"""
6
__email__ = '[email protected]'
7
-__version__ = '0.1.11'
+__version__ = '0.2.0'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.11
+current_version = 0.2.0
3
commit = True
tag = True
@@ -22,4 +22,3 @@ test = pytest
22
23
[tool:pytest]
24
collect_ignore = ['setup.py']
25
-
setup.py
@@ -54,6 +54,6 @@
54
test_suite='tests',
55
tests_require=test_requirements,
56
url='https://github.com/fundamentals-of-data-science/ds-fundamentals-python',
57
- version='0.1.11',
+ version='0.2.0',
58
zip_safe=False,
59
)
0 commit comments