Skip to content

Commit

Permalink
[ci skip] version update
Browse files Browse the repository at this point in the history
  • Loading branch information
doyubkim committed Mar 10, 2019
1 parent 108dd06 commit d049f35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,6 +1,6 @@
# Adopted from https://github.com/pybind/pybind11/blob/master/.appveyor.yml

version: 1.3.2 ({build})
version: 1.3.3 ({build})

skip_branch_with_pr: true

Expand Down
2 changes: 1 addition & 1 deletion doc/doxygen/Doxyfile
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = Jet
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v1.3.2
PROJECT_NUMBER = v1.3.3

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions setup.py
@@ -1,6 +1,6 @@
# Original code from https://github.com/pybind/cmake_example/blob/master/setup.py
#
# Copyright (c) 2018 Doyub Kim
# Copyright (c) 2019 Doyub Kim
#
# I am making my contributions/submissions to this project solely in my personal
# capacity and am not conveying any rights to any intellectual property of any
Expand Down Expand Up @@ -80,7 +80,7 @@ def build_extension(self, ext):

setup(
name='pyjet',
version='1.3.2',
version='1.3.3',
author='Doyub Kim',
author_email='doyubkim@gmail.com',
description='Fluid simulation engine for computer graphics applications',
Expand Down

0 comments on commit d049f35

Please sign in to comment.