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 71da6fb commit 3fab5e2Copy full SHA for 3fab5e2
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+## [v2.0.1] - 2019-09-06
11
+
12
+### Added
13
+- Fix unhandled ModuleNotFoundError.
14
15
## [v2.0.0] - 2019-09-05
16
17
### Added
pydgraph/meta.py
@@ -14,4 +14,4 @@
"""Metadata about this package."""
-VERSION = '2.0.0'
+VERSION = '2.0.1'
0 commit comments