We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9147f1 commit 468b34aCopy full SHA for 468b34a
gramps_webapi/_version.py
@@ -17,4 +17,4 @@
17
# along with this program. If not, see <https://www.gnu.org/licenses/>.
18
#
19
20
-__version__ = "0.99.0"
+__version__ = "0.1"
setup.py
@@ -48,7 +48,6 @@
48
49
setup(
50
author="Gramps Development Team",
51
- author_email="...",
52
url="https://github.com/gramps-project/web-api",
53
python_requires=">=3.5",
54
description="A RESTful web API for the Gramps genealogical database.",
0 commit comments