Skip to content

Commit 36304c4

Browse files
committed
Bump version
1 parent a8b769d commit 36304c4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Release history on Github: https://github.com/pywavefront/PyWavefront/releases
44

5+
## 1.3.3
6+
7+
* Support objects with one vertex statement
8+
59
## 1.3.2
610

711
* Properly handle face lines with unspecified normal index such as `1/2/`

pywavefront/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from pywavefront.obj import ObjParser
3838
from pywavefront.wavefront import Wavefront
3939

40-
__version__ = '1.3.2'
40+
__version__ = '1.3.3'
4141

4242
logger = logging.getLogger("pywavefront")
4343
log_handler = logging.StreamHandler()

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
VERSION = '1.3.2'
3+
VERSION = '1.3.3'
44

55
setup(
66
name='PyWavefront',

0 commit comments

Comments
 (0)