소스 검색

Merge tag 'v3.0.1' into develop

Minor bug fixes.
Snow 8 년 전
부모
커밋
75c843b04b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
 
 
 setup(name='hdpg1d',
-      version='3.0',
+      version='3.0.1',
       description='An 1D finite element solver using hybridizable discontinuous\
       Petrov-Galerkin method',
       author='Keyi Ni',