Skip to content

Commit f30edc0

Browse files
committed
Bump version
1 parent a80f59e commit f30edc0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: review4d
2-
version: 0.1.5
2+
version: 0.1.6
33
description: "Extendable Review tool for Cinema4D."
44
author: Dan Bradham
55
email: dan@brandnewschool.com

review4d/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
__author__ = "Brand New School, Dan Bradham"
1212
__email__ = "dan@brandnewschool.com"
1313
__license__ = "MIT"
14-
__version__ = "0.1.5"
14+
__version__ = "0.1.6"
1515
version_info = tuple([int(i) for i in __version__.split(".")])
1616

1717

0 commit comments

Comments
 (0)