Skip to content

Commit 468b34a

Browse files
authored
Get ready for release (#174)
* Version -> 0.1 * Remove author_email
1 parent e9147f1 commit 468b34a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gramps_webapi/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1818
#
1919

20-
__version__ = "0.99.0"
20+
__version__ = "0.1"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848

4949
setup(
5050
author="Gramps Development Team",
51-
author_email="...",
5251
url="https://github.com/gramps-project/web-api",
5352
python_requires=">=3.5",
5453
description="A RESTful web API for the Gramps genealogical database.",

0 commit comments

Comments
 (0)