Skip to content

Commit f4ae771

Browse files
authored
[ci skip] Bumping up the version (#134)
1 parent ed277cf commit f4ae771

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Adopted from https://github.com/pybind/pybind11/blob/master/.appveyor.yml
22

3-
version: 1.2.0 ({build})
3+
version: 1.2.1 ({build})
44

55
os:
66
- Visual Studio 2017

doc/doxygen/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.0
41+
PROJECT_NUMBER = v1.2.1
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def build_extension(self, ext):
7777

7878
setup(
7979
name='pyjet',
80-
version='1.2.0',
80+
version='1.2.1',
8181
author='Doyub Kim',
8282
author_email='doyubkim@gmail.com',
8383
description='Fluid simulation engine for computer graphics applications',

0 commit comments

Comments
 (0)