Skip to content

Commit 84f1098

Browse files
committed
Update version scheme
1 parent f1f7882 commit 84f1098

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

env_example

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# You should create a new file with ".env" name or something similar and NOT include it in your git
2-
export DROPBOX_API_KEY=123
32
export MYSQL_HOST=foo.rds.amazonaws.com
43
export MYSQL_USERNAME=user
54
export MYSQL_PASSWORD=pass
6-
export MYSQL_DB_NAME=Test_schema
7-
export EMAIL_ADDRESS=Gmail Bot <foobar@gmail.com>
8-
export GMAIL_API_KEY=123
5+
export MYSQL_DB_NAME=Test_schema

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mysql-connector-python~=8.0.19
22
mysql-connector~=2.2.9
3-
yaml-config-wrapper>=0.0.3
4-
termcolor-logger>=0.0.2
3+
yaml-config-wrapper>=1.0.4
4+
termcolor-logger>=1.0.3

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author = Kostas Georgiou
99
author_email = georgiou.kostas94@gmail.com
1010
copyright = Kostas Georgiou
1111
branch = master
12-
version = 0.0.1
12+
version = 1.0.2
1313
testing_version = 0.0.1
1414
min_python = 3.6
1515
audience = Developers

0 commit comments

Comments
 (0)