Sfoglia il codice sorgente

bump the version number.

Snow 8 anni fa
parent
commit
bf007fd028
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -14,7 +14,7 @@ here = os.path.abspath(os.path.dirname(__file__))
 # long_description = read('README.rst')
 
 setup(name='hdpg1d',
-      version='1.1',
+      version='1.1.1',
       description='An 1D finite element solver using hybridizable discontinuous\
       Petrov-Galerkin method',
       author='Keyi Ni',