Skip to content

Commit d049f35

Browse files
committed
[ci skip] version update
1 parent 108dd06 commit d049f35

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.2 ({build})
3+
version: 1.3.3 ({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.2
41+
PROJECT_NUMBER = v1.3.3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Original code from https://github.com/pybind/cmake_example/blob/master/setup.py
22
#
3-
# Copyright (c) 2018 Doyub Kim
3+
# Copyright (c) 2019 Doyub Kim
44
#
55
# I am making my contributions/submissions to this project solely in my personal
66
# capacity and am not conveying any rights to any intellectual property of any
@@ -80,7 +80,7 @@ def build_extension(self, ext):
8080

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

0 commit comments

Comments
 (0)