Skip to content

Commit

Permalink
commit last night's changes - push to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ctri-The-Third committed Mar 11, 2024
1 parent cf7b645 commit 14749c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "straders"
version = "2.1.5"
version = "2.2.0"
authors = [
{name="C'tri", email ="pythonpackages@ctri.co.uk"},
]
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pytest
requests
requests-ratelimiter
networkx
psycopg2-binary
setuptools
Expand Down
4 changes: 2 additions & 2 deletions straders_sdk/pg_pieces/select_ship.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ def _frame_from_row(row) -> ShipFrame:
row[18],
row[19],
row[20],
row[13],
row[14],
float(row[13]),
float(row[14]),
reqiurements,
)

Expand Down

0 comments on commit 14749c4

Please sign in to comment.