Skip to content

Commit

Permalink
Merge pull request #13 from mmacy/version-bump
Browse files Browse the repository at this point in the history
bump osrlib version
  • Loading branch information
mmacy committed Oct 28, 2023
2 parents 16e8a88 + 6d9f0bf commit 87a57bc
Show file tree
Hide file tree
Showing 6 changed files with 1,370 additions and 145 deletions.
851 changes: 716 additions & 135 deletions osrgame/poetry.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion osrgame/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "osrgame"
version = "0.1.0"
version = "0.1.1"
description = "Text user interface (TUI) for OSR Console, a turn-based dungeon crawler RPG in the old-school renaissance style."
authors = ["Marsh Macy <[email protected]>"]
license = "MIT"
Expand All @@ -10,6 +10,7 @@ readme = "README.md"
python = "^3.11"
textual = "^0.40.0"
osrlib = { path = "../osrlib" }
textual-dev = "^1.2.1"

[tool.poetry.group.dev.dependencies]
black = "^23.9.1"
Expand Down
1 change: 1 addition & 0 deletions osrlib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ If you want contribute code to the `osrlib` package itself, read on to learn how

- Python 3.11+
- Poetry 1.6+
- [OpenAI API key](https://platform.openai.com/docs/quickstart/account-setup)

## Installation

Expand Down
8 changes: 4 additions & 4 deletions osrlib/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion osrlib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "osrlib"
version = "0.1.3"
version = "0.1.4"
description = "Turn-based dungeon-crawler game engine for OSR-style RPGs."
authors = ["Marsh Macy <[email protected]>"]
license = "MIT"
Expand Down
Loading

0 comments on commit 87a57bc

Please sign in to comment.