Skip to content

Commit

Permalink
Raise version number and update copyright information
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanware-org committed Dec 29, 2021
1 parent 56606b0 commit 9c39be4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions clap.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# ============================================================================
#
# Clap - Command-line argument parser module
# Copyright (C) 2019 by Ralf Kilian
# Copyright (C) 2021 by Ralf Kilian
# Distributed under the MIT License (https://opensource.org/licenses/MIT)
#
# GitHub: https://github.com/urbanware-org/clap
# GitLab: https://gitlab.com/urbanware-org/clap
# ============================================================================
#

__version__ = "1.1.11"
__version__ = "1.1.12"


def get_version():
Expand Down
2 changes: 1 addition & 1 deletion license.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

MIT License

Copyright (C) 2019 by Ralf Kilian
Copyright (C) 2021 by Ralf Kilian

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
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ README (Clap)
Project

Clap
Version 1.1.11 (based on Python 3.x framework)
Copyright (C) 2019 by Ralf Kilian
Version 1.1.12 (based on Python 3.x framework)
Copyright (C) 2021 by Ralf Kilian

GitHub: https://github.com/urbanware-org/clap
GitLab: https://gitlab.com/urbanware-org/clap
Expand Down

0 comments on commit 9c39be4

Please sign in to comment.