Skip to content

Commit f10c6fe

Browse files
committed
fix versioning.
1 parent f445dbd commit f10c6fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
111111
- Support for DataJoint attribute types: `varchar`, `int`, `float`, `datetime`, `date`, `time`, `decimal`, `uuid`.
112112
- Check dependency utility to determine child table references.
113113

114-
[0.3.1]: https://github.com/datajoint/pharus/compare/0.3.0...0.3.1
114+
[0.4.0]: https://github.com/datajoint/pharus/compare/0.3.0...0.4.0
115115
[0.3.0]: https://github.com/datajoint/pharus/compare/0.2.3...0.3.0
116116
[0.2.3]: https://github.com/datajoint/pharus/compare/0.2.2...0.2.3
117117
[0.2.2]: https://github.com/datajoint/pharus/compare/0.2.1...0.2.2

pharus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package metadata."""
2-
__version__ = "0.3.1"
2+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)