소스 검색

Merge tag 'v1.2' into develop

Added command line interface.
Snow 8 년 전
부모
커밋
3651eb4975
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -7,7 +7,7 @@ import os
 
 
 setup(name='hdpg1d',
-      version='1.1.1',
+      version='1.2',
       description='An 1D finite element solver using hybridizable discontinuous\
       Petrov-Galerkin method',
       author='Keyi Ni',