Skip to content

Commit 3a2a6b6

Browse files
Bump version: 0.1.0 → 0.1.0
1 parent 4c95297 commit 3a2a6b6

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

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.0'
7+
__version__ = '__version__ = '0.1.0''

setup.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ universal = 1
1818
exclude = docs
1919

2020
[aliases]
21-
# Define setup.py command aliases here
2221
test = pytest
2322

2423
[tool:pytest]

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.0',
48+
version='version='0.1.0'',
4949
zip_safe=False,
5050
)

0 commit comments

Comments
 (0)