We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 794a67d commit 038062cCopy full SHA for 038062c
autoesda/__init__.py
@@ -2,4 +2,4 @@
2
3
__author__ = """Nicholas De Kock"""
4
__email__ = 'nicholas.dekock@tuks.co.za'
5
-__version__ = '0.0.1'
+__version__ = '0.0.2'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.0.1
+current_version = 0.0.2
commit = True
tag = True
@@ -18,5 +18,3 @@ universal = 1
18
exclude = docs
19
20
[aliases]
21
-# Define setup.py command aliases here
22
-
setup.py
@@ -53,6 +53,6 @@
53
test_suite='tests',
54
tests_require=test_requirements,
55
url='https://github.com/NicholasDeKock/autoesda',
56
- version='0.0.1',
+ version='0.0.2',
57
zip_safe=False,
58
)
0 commit comments