Explorar el Código

Merge tag 'v3.0.1' into develop

Minor bug fixes.
Snow hace 8 años
padre
commit
75c843b04b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',