Skip to content

Commit

Permalink
[ci skip] Bumping up the version (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
doyubkim committed Dec 8, 2017
1 parent ed277cf commit f4ae771
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Adopted from https://github.com/pybind/pybind11/blob/master/.appveyor.yml

version: 1.2.0 ({build})
version: 1.2.1 ({build})

os:
- Visual Studio 2017
Expand Down
2 changes: 1 addition & 1 deletion doc/doxygen/Doxyfile
Original file line number Diff line number Diff line change
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.0
PROJECT_NUMBER = v1.2.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
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def build_extension(self, ext):

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

0 comments on commit f4ae771

Please sign in to comment.