Skip to content

Commit 87487cb

Browse files
committed
Prepare 0.4.0 release
1 parent 130df4c commit 87487cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Here you can see the full list of changes between each Nightfall release.
66
Version 0.4.0
77
-------------
88

9-
UNRELEASED
9+
Released on June 20, 2021
1010

1111
- Add debug logs to Nightfall module
1212
- Change primary class name from ``Api`` to ``Nightfall`` to make things a bit

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ def readme():
1616

1717
setup(
1818
name="nightfall",
19-
version="0.3.0",
19+
version="0.4.0",
2020
description="Python SDK for Nightfall",
2121
long_description=readme(),
2222
long_description_content_type="text/markdown",
23-
url="https://github.com/levlaz/nightfall-python-sdk",
23+
url="https://github.com/nightfallai/nightfall-python-sdk",
2424
author="Nightfall",
2525
author_email="[email protected]",
2626
license="MIT",

0 commit comments

Comments
 (0)