Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP440 non compliant #10

Open
bastien-roucaries opened this issue Nov 26, 2023 · 0 comments
Open

PEP440 non compliant #10

bastien-roucaries opened this issue Nov 26, 2023 · 0 comments

Comments

@bastien-roucaries
Copy link

Hi,

Debian patched usng this:

Author: Bastien Roucariès <[email protected]>
Date:   Sun Nov 26 14:20:20 2023 +0000

    Use PEP440 versionning
    
    Forwarded: yes

diff --git a/requestbuilder/__init__.py b/requestbuilder/__init__.py
index 2b22260..d6c516d 100644
--- a/requestbuilder/__init__.py
+++ b/requestbuilder/__init__.py
@@ -18,7 +18,7 @@ import os.path
 import subprocess
 
 
-__version__ = 'devel'
+__version__ = '0.5.2'
 
 
 if '__file__' in globals():
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant