Skip to content

Commit

Permalink
release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arihant2math committed Jun 4, 2023
1 parent 0f0a551 commit 55858ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions autotraders/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ def update(self, data=None):
self.headquarters = MapSymbol(data["headquarters"])
self.credits = data["credits"]
self.starting_faction = data["startingFaction"]
self.ships = Ship.all(self.session)[0]
self.contracts = Contract.all(self.session)[0]
self.ships = Ship.all(self.session)
self.contracts = Contract.all(self.session)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "autotraders"
version = "1.4.0"
version = "1.4.1"
authors = [
{ name="Ashwin Naren", email="arihant2math@gmail.com" },
]
Expand Down
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
project = "Autotraders"
copyright = "2023, cosmictraders"
author = "cosmictraders"
release = "1.4.0"
release = "1.4.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down

0 comments on commit 55858ce

Please sign in to comment.