Merge pull request #1039 from moonstream-to/fix-versions

Version fixes
pull/1040/head moonstreamdb/v0.3.10
Sergei Sumarokov 2024-03-28 19:51:15 +03:00 zatwierdzone przez GitHub
commit c832392b24
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -37,7 +37,7 @@ setup(
"bugout>=0.2.13", "bugout>=0.2.13",
"chardet", "chardet",
"fastapi", "fastapi",
"moonstreamdb>=0.3.9", "moonstreamdb>=0.3.10",
"moonstream>=0.1.1", "moonstream>=0.1.1",
"moonworm[moonstream]>=0.6.2", "moonworm[moonstream]>=0.6.2",
"humbug", "humbug",

Wyświetl plik

@ -2,4 +2,4 @@
Moonstream database version. Moonstream database version.
""" """
MOONSTREAMDB_VERSION = "0.3.9" MOONSTREAMDB_VERSION = "0.3.10"