Skip to content

Commit

Permalink
Include some rudimentary documentation in lib3mf_version_update.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Jun 11, 2024
1 parent e6ffdb3 commit 481935d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions lib3mf_version_update.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
'''
@author: Vijai Kumar Suriyababu
A simple script to update the lib3mf version number in all the necessary places.
Its run as follows
python lib3mf_version_update.py 2.3.1 2.3.2
First argument is current version number and the second one is new version number
It does the following
* Update version number in lib3mf.xml and generate bindings using ACT
* Patch the Python bindings
* Update the CMakeLists.txt
* Update all the docs, readme's and python, CPP examples and so on
'''

import os
import argparse
import re
Expand Down

0 comments on commit 481935d

Please sign in to comment.