File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
55skip_branch_with_pr : true
66
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
8181setup (
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' ,
You can’t perform that action at this time.
0 commit comments