Parcourir la source

Update of paper and macop version

Jérôme BUISINE il y a 3 ans
Parent
commit
abe6a9347f
4 fichiers modifiés avec 11 ajouts et 11 suppressions
  1. 7 7
      README.md
  2. 2 2
      docs/source/conf.py
  3. 1 1
      paper.md
  4. 1 1
      setup.py

Fichier diff supprimé car celui-ci est trop grand
+ 7 - 7
README.md


+ 2 - 2
docs/source/conf.py

@@ -25,9 +25,9 @@ copyright = '2021, Jérôme BUISINE'
 author = 'Jérôme BUISINE'
 
 # The short X.Y version
-version = '1.0.7'
+version = '1.0.8'
 # The full version, including alpha/beta/rc tags
-release = 'v1.0.7'
+release = 'v1.0.8'
 
 
 # -- General configuration ---------------------------------------------------

Fichier diff supprimé car celui-ci est trop grand
+ 1 - 1
paper.md


+ 1 - 1
setup.py

@@ -73,7 +73,7 @@ class TestCommand(distutils.command.check.check):
 
 setup(
     name='macop',
-    version='1.0.7',
+    version='1.0.8',
     description='Minimalist And Customisable Optimisation Package',
     long_description=open('README.md').read(),
     long_description_content_type='text/markdown',