Skip to content

Commit

Permalink
Merge pull request #25 from thombashi/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
thombashi authored Nov 20, 2016
2 parents 9b92cde + df3ad35 commit 11935f2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
click
DataProperty>=0.12.0
DataProperty>=0.13.0
logbook
path.py
pytablereader>=0.6.1
SimpleSQLite>=0.6.5
pytablereader>=0.6.3
SimpleSQLite>=0.6.6
2 changes: 1 addition & 1 deletion sqlitebiter/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.4.1-alpha"
VERSION = "0.4.1"
6 changes: 3 additions & 3 deletions test/test_sqlitebiter.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ def valid_csv_file2():
with open(file_path, "w") as f:
f.write("\n".join([
"index,No,Player_last_name,Age,Team",
"1, 55, D Sam, 31, Raven",
"2, 36, J Ifdgg, 30, Raven",
"3, 91, K Wedfb, 28, Raven",
"1, 55,D Sam, 31,Raven",
"2, 36,J Ifdgg, 30,Raven",
"3, 91,K Wedfb, 28,Raven",
]))

return file_path
Expand Down

0 comments on commit 11935f2

Please sign in to comment.