Skip to content

Commit 038062c

Browse files
committedMar 19, 2022
Bump version: 0.0.1 → 0.0.2
1 parent 794a67d commit 038062c

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed
 

‎autoesda/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Nicholas De Kock"""
44
__email__ = 'nicholas.dekock@tuks.co.za'
5-
__version__ = '0.0.1'
5+
__version__ = '0.0.2'

‎setup.cfg

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

@@ -18,5 +18,3 @@ universal = 1
1818
exclude = docs
1919

2020
[aliases]
21-
# Define setup.py command aliases here
22-

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
test_suite='tests',
5454
tests_require=test_requirements,
5555
url='https://github.com/NicholasDeKock/autoesda',
56-
version='0.0.1',
56+
version='0.0.2',
5757
zip_safe=False,
5858
)

0 commit comments

Comments
 (0)
Please sign in to comment.