Browse Source

Merge tag 'v3.0' into develop

A major release that improves performance.
Snow 8 years ago
parent
commit
120ce9b87d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

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