Bump to version 0.7.2

This commit is contained in:
Jeremy Singer-Vine
2022-07-17 22:41:21 -04:00
parent 589e0d536d
commit 12daa3b1a8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/).
## [0.7.2] - [unreleased]
## [0.7.2] - 2022-07-17
### Added
+1 -1
View File
@@ -1,2 +1,2 @@
version_info = (0, 7, 1)
version_info = (0, 7, 2)
__version__ = ".".join(map(str, version_info))