diff --git a/pyproject.toml b/pyproject.toml index ef23f1d6eb578376873a205749eb7334cfc82d75..8ea07391130e44e6f5bc5b713aa77495beb9f5be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "silkaj" -version = "0.9.0rc" +version = "0.10.0dev" 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 0c37263a9e8b6a0d199798135eedfebab0f8e6e3..f941a370a8d9b361e2fc0e999778043de7a882c7 100644 --- a/silkaj/constants.py +++ b/silkaj/constants.py @@ -15,7 +15,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.9.0rc" +SILKAJ_VERSION = "0.10.0dev" G1_SYMBOL = "Ğ1" GTEST_SYMBOL = "ĞTest" G1_DEFAULT_ENDPOINT = "g1.duniter.org", "443"