File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.2.1 ({build})
3+ version : 1.2.2 ({build})
44
55os :
66 - Visual Studio 2017
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.2.1
41+ PROJECT_NUMBER = v1.2.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
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ def build_extension(self, ext):
7777
7878setup (
7979 name = 'pyjet' ,
80- version = '1.2.1 ' ,
80+ version = '1.2.2 ' ,
8181 author = 'Doyub Kim' ,
8282 author_email = 'doyubkim@gmail.com' ,
8383 description = 'Fluid simulation engine for computer graphics applications' ,
You can’t perform that action at this time.
0 commit comments