diff --git a/pyproject.toml b/pyproject.toml index ade65e5c9bbe4dacc835cf8a7fd0aa359f6689f5..190751a0b6b5ee9cfe09da50939aec2bfc3e2096 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "silkaj" -version = "0.11.0dev" +version = "0.11.0rc0" description = "Powerfull, lightweight, and multi-platform command line client written with Python for Duniter’s currencies: Ğ1 and Ğ1-Test." authors = ["Moul <moul@moul.re>"] maintainers = ["Moul <moul@moul.re>"] diff --git a/silkaj/constants.py b/silkaj/constants.py index 3a889ae671a7766590bcfbd1db003dc6d785e179..a76627fb64d2ec748032deb5b2d6fd3e8f5c3f37 100644 --- a/silkaj/constants.py +++ b/silkaj/constants.py @@ -13,7 +13,7 @@ # You should have received a copy of the GNU Affero General Public License # along with Silkaj. If not, see <https://www.gnu.org/licenses/>. -SILKAJ_VERSION = "0.11.0dev" +SILKAJ_VERSION = "0.11.0rc0" G1_SYMBOL = "Ğ1" GTEST_SYMBOL = "ĞTest" G1_DEFAULT_ENDPOINT = "BMAS g1.duniter.org 443"