Skip to content

Commit

Permalink
ohmslaw 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanBindez committed Jul 5, 2024
1 parent d00da13 commit 7633ac2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

git add .
git commit -m 'ohmslaw 2.1.1'
git commit -m 'ohmslaw 2.1.2'
git push -u origin main
git tag v2.1.1
git tag v2.1.2
git push --tag
make clean
make upload
2 changes: 1 addition & 1 deletion ohmslaw/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.1.1"
__version__ = "2.1.2"

if __name__ == "__main__":
print(__version__)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ohmslaw"
version = "2.1.1"
version = "2.1.2"
authors = [
{ name="Juan Bindez", email="juanbindez780@gmail.com" },
]
Expand Down

0 comments on commit 7633ac2

Please sign in to comment.