diff --git a/pyproject.toml b/pyproject.toml index a6b557b989e04bb563465749aff3dd6e93c2d0fc..55420947f17c698bff21fda7f8a0b123e0ea94e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "silkaj" -version = "0.10.0" +version = "0.11.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 aa629d38bb523197a15fb47ee38c82213897ff09..fa0a4b37d4c293673bdc29e8398c08e4ca68e58f 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.0" +SILKAJ_VERSION = "0.11.0dev" G1_SYMBOL = "Ğ1" GTEST_SYMBOL = "ĞTest" G1_DEFAULT_ENDPOINT = "BMAS g1.duniter.org 443"