Skip to content

Commit

Permalink
Bump version in python
Browse files Browse the repository at this point in the history
  • Loading branch information
wisecrow committed Mar 13, 2023
1 parent f8d5736 commit fe295ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion anonymizer_module/opmon_anonymizer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

__version__ = '1.0.0'
__version__ = '1.1.1'
2 changes: 1 addition & 1 deletion collector_module/opmon_collector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

__version__ = '1.0.0'
__version__ = '1.1.1'
2 changes: 1 addition & 1 deletion corrector_module/opmon_corrector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

__version__ = '1.0.0'
__version__ = '1.1.1'

SECURITY_SERVER_TYPE_CLIENT = 'Client'
SECURITY_SERVER_TYPE_PRODUCER = 'Producer'
2 changes: 1 addition & 1 deletion opendata_module/opmon_opendata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

__version__ = '1.0.0'
__version__ = '1.1.1'
2 changes: 1 addition & 1 deletion reports_module/opmon_reports/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

__version__ = '1.0.0'
__version__ = '1.1.1'

0 comments on commit fe295ca

Please sign in to comment.