Skip to content

Commit

Permalink
Update version scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
drkostas committed Jan 28, 2022
1 parent f1f7882 commit 84f1098
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions env_example
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# You should create a new file with ".env" name or something similar and NOT include it in your git
export DROPBOX_API_KEY=123
export MYSQL_HOST=foo.rds.amazonaws.com
export MYSQL_USERNAME=user
export MYSQL_PASSWORD=pass
export MYSQL_DB_NAME=Test_schema
export EMAIL_ADDRESS=Gmail Bot <foobar@gmail.com>
export GMAIL_API_KEY=123
export MYSQL_DB_NAME=Test_schema
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mysql-connector-python~=8.0.19
mysql-connector~=2.2.9
yaml-config-wrapper>=0.0.3
termcolor-logger>=0.0.2
yaml-config-wrapper>=1.0.4
termcolor-logger>=1.0.3
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ author = Kostas Georgiou
author_email = georgiou.kostas94@gmail.com
copyright = Kostas Georgiou
branch = master
version = 0.0.1
version = 1.0.2
testing_version = 0.0.1
min_python = 3.6
audience = Developers
Expand Down

0 comments on commit 84f1098

Please sign in to comment.