mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 11:34:18 +00:00
Bump version
This commit is contained in:
parent
0715a655cd
commit
14aa3af737
3 changed files with 4 additions and 23 deletions
21
.gitignore
vendored
21
.gitignore
vendored
|
@ -10,23 +10,4 @@ dist/
|
|||
**/*.pyc
|
||||
|
||||
# PyCharm ignores
|
||||
.idea/**/workspace.xml
|
||||
.idea/**/tasks.xml
|
||||
.idea/**/usage.statistics.xml
|
||||
.idea/**/dictionaries
|
||||
.idea/**/shelf
|
||||
.idea/**/contentModel.xml
|
||||
.idea/**/dataSources/
|
||||
.idea/**/dataSources.ids
|
||||
.idea/**/dataSources.local.xml
|
||||
.idea/**/sqlDataSources.xml
|
||||
.idea/**/dynamic.xml
|
||||
.idea/**/uiDesigner.xml
|
||||
.idea/**/dbnavigator.xml
|
||||
.idea/**/gradle.xml
|
||||
.idea/**/libraries
|
||||
.idea/**/markdown-navigator.xml
|
||||
.idea/**/markdown-exported-files.xml
|
||||
.idea/**/misc.xml
|
||||
.idea/**/discord.xml
|
||||
.idea/**/*.iml
|
||||
.idea/
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Remember to run `poetry update` editing this file!
|
||||
|
||||
# Install everything with
|
||||
# poetry install -E telegram -E discord -E alchemy_easy -E alchemy_hard -E bard -E constellation -E sentry -E herald -E coloredlogs
|
||||
# poetry install -E telegram -E discord -E matrix -E alchemy_easy -E alchemy_hard -E bard -E constellation -E sentry -E herald -E coloredlogs
|
||||
|
||||
[tool.poetry]
|
||||
name = "royalnet"
|
||||
version = "5.2.4"
|
||||
version = "5.3"
|
||||
description = "A multipurpose bot and web framework"
|
||||
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
||||
license = "AGPL-3.0+"
|
||||
|
|
|
@ -1 +1 @@
|
|||
semantic = "5.2.4"
|
||||
semantic = "5.3"
|
||||
|
|
Loading…
Reference in a new issue