Skip to content

Commit

Permalink
prepare v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanNano committed Nov 9, 2022
1 parent 36e075d commit 8c47be9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "control-any-sim"
version = "1.2.2"
version = "1.2.3"
description = "This is a mod for The Sims 4 by Maxis which allows the player to control any NPC character while playing."
authors = ["Jovan Gerodetti <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -18,4 +18,4 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.pylint.MESSAGES]
disable="missing-docstring,broad-except,protected-access,R0903"
disable="missing-docstring,broad-except,protected-access,R0903"
2 changes: 1 addition & 1 deletion src/control_any_sim/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.2'
__version__ = '1.2.3'

0 comments on commit 8c47be9

Please sign in to comment.