From 4b97256d01f0eab68a7331a16eefd3268b8c0a33 Mon Sep 17 00:00:00 2001 From: Olivia Appleton Date: Tue, 18 Oct 2022 20:02:24 -0400 Subject: [PATCH] Update submodule usernames --- .bumpversion.cfg | 2 +- .gitmodules | 4 ++-- setup.cfg | 2 +- src/__init__.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2bf6851..c9c3564 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0.109 +current_version = 0.6.0.110 parse = (?P\d+)\.(?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch}.{build} diff --git a/.gitmodules b/.gitmodules index e8a85c6..ba6f967 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "PyManifold"] path = src/PyManifold - url = https://github.com/gappleto97/PyManifold + url = https://github.com/LivInTheLookingGlass/PyManifold [submodule "src/test/manifold"] path = src/test/manifold - url = https://github.com/gappleto97/manifold/ + url = https://github.com/LivInTheLookingGlass/manifold/ diff --git a/setup.cfg b/setup.cfg index d0c550f..1ff976c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = ManifoldMarketManager author = Olivia Appleton author_email = Liv@OliviaAppleton.com -version = 0.6.0.109 +version = 0.6.0.110 description = Tools and market management for manifold.markets long_description = file: README.md long_description_content_type = text/markdown diff --git a/src/__init__.py b/src/__init__.py index 4e87ed7..f379b37 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -178,7 +178,7 @@ register_converter("Rule", loads) register_adapter(market.Market, dumps) register_converter("Market", loads) -VERSION = "0.6.0.109" +VERSION = "0.6.0.110" __version_info__ = tuple(int(x) for x in VERSION.split('.')) __all__ = [ "__version_info__", "VERSION", "DoResolveRule", "ResolutionValueRule", "Rule", "Market", "get_client", "rule",