Skip to content

Commit 549a5a9

Browse files
committed
Bump version
1 parent ee99f88 commit 549a5a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0'
40+
__version__ = '1.3.1'
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.0'
3+
VERSION = '1.3.1'
44

55
setup(
66
name='PyWavefront',

0 commit comments

Comments
 (0)