Skip to content

Commit

Permalink
[ci skip] Version number fix (#192)
Browse files Browse the repository at this point in the history
Version number fix for Python package, documentation and CI.
  • Loading branch information
doyubkim committed Oct 7, 2018
1 parent e67980f commit e6fb525
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2.2 ({build})
version: 1.3.1 ({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.2.2
PROJECT_NUMBER = v1.3.1

# 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
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -80,7 +80,7 @@ def build_extension(self, ext):

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

0 comments on commit e6fb525

Please sign in to comment.