Skip to content

Commit

Permalink
added deprecated warnings and fixed the command line ip info #5
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanBindez committed May 13, 2024
1 parent eb0e933 commit ddfe4b2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 16 deletions.
6 changes: 3 additions & 3 deletions build.rocketfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
git add .
git commit -m 'v3.3-rc1'
git push -u origin dev
git tag v3.3-rc1
git commit -m ' added deprecated warnings and fixed the command line ip info #5 '
git push -u origin main
git tag v3.3.1
git push --tag
make clean
make upload
2 changes: 1 addition & 1 deletion direnumerate/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.3-rc1"
__version__ = "3.3.1"

if __name__ == "__main__":
print(__version__)
11 changes: 0 additions & 11 deletions merge.rocketfile

This file was deleted.

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 = "direnumerate"
version = "3.3-rc1"
version = "3.3.1"
authors = [
{ name="Juan Bindez", email="juanbindez780@gmail.com" },
]
Expand Down

0 comments on commit ddfe4b2

Please sign in to comment.