Skip to content

Commit

Permalink
Merge pull request #177 from PierreS-alpha/master
Browse files Browse the repository at this point in the history
change version in setup
  • Loading branch information
PierreS-alpha authored Mar 8, 2023
2 parents 894acbb + 5c7a3e7 commit 0fe159f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.4.3.1', # Required
version='0.4.3.2', # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand All @@ -63,9 +63,9 @@
It is designed for Python 3 on a LINUX Ubuntu-like system.
Also tested with Anaconda
Documentation: https://geodezyx.github.io/GeodeZYX-Toolbox_v4
Documentation: https://geodezyx.github.io/geodezyx-toolbox
GitHub repository: https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4
GitHub repository: https://github.com/GeodeZYX/geodezyx-toolbox
PyPi project: https://pypi.org/project/geodezyx
""", # Optional
Expand All @@ -86,7 +86,7 @@
#
# This field corresponds to the "Home-Page" metadata field:
# https://packaging.python.org/specifications/core-metadata/#home-page-optional
url='https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4', # Optional
url='https://github.com/GeodeZYX/geodezyx-toolbox', # Optional

# This should be your name or the name of the organization which owns the
# project.
Expand Down Expand Up @@ -238,6 +238,6 @@
# 'Bug Reports': 'https://github.com/pypa/sampleproject/issues',
# 'Funding': 'https://donate.pypi.org',
# 'Say Thanks!': 'http://saythanks.io/to/example',
# 'Source': 'https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4' #,
# 'Source': 'https://github.com/GeodeZYX/geodezyx-toolbox' #,
#}
)

0 comments on commit 0fe159f

Please sign in to comment.