Skip to content

Commit 5be277d

Browse files
authored
[ci skip] Update version (#215)
1 parent 5c2b6a1 commit 5be277d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Adopted from https://github.com/pybind/pybind11/blob/master/.appveyor.yml
22

3-
version: 1.3.1 ({build})
3+
version: 1.3.2 ({build})
44

55
skip_branch_with_pr: true
66

doc/doxygen/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = Jet
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = v1.3.1
41+
PROJECT_NUMBER = v1.3.2
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def build_extension(self, ext):
8080

8181
setup(
8282
name='pyjet',
83-
version='1.3.1',
83+
version='1.3.2',
8484
author='Doyub Kim',
8585
author_email='doyubkim@gmail.com',
8686
description='Fluid simulation engine for computer graphics applications',

0 commit comments

Comments
 (0)