Update submodule usernames

This commit is contained in:
Olivia Appleton 2022-10-18 20:02:24 -04:00
parent d7d986914d
commit 4b97256d01
GPG Key ID: AF65A9CA0FF7FD69
4 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.0.109
current_version = 0.6.0.110
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\.(?P<build>\d+)
serialize = {major}.{minor}.{patch}.{build}

4
.gitmodules vendored
View File

@ -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/

View File

@ -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

View File

@ -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",