Skip to content

Commit

Permalink
increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Oberdorf committed Apr 28, 2022
1 parent 7c067fa commit bcd4278
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LABEL site.local.os.dist="Alpine"
LABEL site.local.runtime.name="Python"
LABEL site.local.runtime.version="3.8"
LABEL site.local.program.name="Python Modbus TCP Client"
LABEL site.local.program.version="1.0.5"
LABEL site.local.program.version="1.0.6"

COPY --from=builder /usr/local/lib/python3.8/site-packages /usr/local/lib/python3.8/site-packages

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2020 Michael Oberdorf IT-Consulting
Copyright (c) 2020-2022 Michael Oberdorf IT-Consulting

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Source code: [Bitbucket](https://bitbucket.org/Cybcon/modbus-client/src/master/)

# Supported tags and respective `Dockerfile` links

* [`latest`, `1.0.5`](https://bitbucket.org/Cybcon/modbus-client/src/1.0.5/Dockerfile)
* [`latest`, `1.0.6`](https://bitbucket.org/Cybcon/modbus-client/src/1.0.6/Dockerfile)
* [`1.0.5`](https://bitbucket.org/Cybcon/modbus-client/src/1.0.5/Dockerfile)
* [`1.0.4`](https://bitbucket.org/Cybcon/modbus-client/src/1.0.4/dockerfile)


Expand Down Expand Up @@ -77,7 +78,7 @@ register

# License

Copyright (c) 2020 Michael Oberdorf IT-Consulting
Copyright (c) 2020-2022 Michael Oberdorf IT-Consulting

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit bcd4278

Please sign in to comment.