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