diff --git a/pyproject.toml b/pyproject.toml index 034f135648939c2fd46f40d1b93cbf9f3d7c3201..6b215c538b0255cb18e8c5bed6693b0d45b29b41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "silkaj" -version = "0.10.0rc0" +version = "0.10.0rc1" 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 95c2ea6d5364b0a9191095d8bfd9debfa6348514..4990a59749a363af0cd61a78b6309973d2c53969 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.10.0rc0" +SILKAJ_VERSION = "0.10.0rc1" G1_SYMBOL = "Ğ1" GTEST_SYMBOL = "ĞTest" G1_DEFAULT_ENDPOINT = "BMAS g1.duniter.org 443"