Skip to content

Commit

Permalink
[ci skip] Bumping up the version (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
doyubkim committed Dec 28, 2017
1 parent d0ef17b commit 3c8dca2
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.1 ({build})
version: 1.2.2 ({build})

os:
- Visual Studio 2017
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.1
PROJECT_NUMBER = v1.2.2

# 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 @@ -77,7 +77,7 @@ def build_extension(self, ext):

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

0 comments on commit 3c8dca2

Please sign in to comment.