mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
binaryornot: add recipe for 0.4.4 (#9415)
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
From cff1a0a4478c17d4f970d133c06abbf6945b6a5e Mon Sep 17 00:00:00 2001
|
||||
From: Audrey Roy Greenfeld <aroy@alum.mit.edu>
|
||||
Date: Thu, 3 Aug 2017 08:53:25 -0700
|
||||
Subject: [PATCH] Tag 0.4.4
|
||||
|
||||
---
|
||||
binaryornot/__init__.py | 2 +-
|
||||
setup.py | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/binaryornot/__init__.py b/binaryornot/__init__.py
|
||||
index df6f12b..518255b 100644
|
||||
--- a/binaryornot/__init__.py
|
||||
+++ b/binaryornot/__init__.py
|
||||
@@ -1,3 +1,3 @@
|
||||
__author__ = 'Audrey Roy'
|
||||
__email__ = 'audreyr@gmail.com'
|
||||
-__version__ = '0.4.3'
|
||||
+__version__ = '0.4.4'
|
||||
diff --git a/setup.py b/setup.py
|
||||
index 68a4f5b..a0c9e14 100755
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -13,7 +13,7 @@
|
||||
with open('HISTORY.rst') as history_file:
|
||||
history = history_file.read().replace('.. :changelog:', '')
|
||||
|
||||
-version = '0.4.3'
|
||||
+version = '0.4.4'
|
||||
|
||||
if sys.argv[-1] == 'publish':
|
||||
os.system('python setup.py sdist bdist_wheel upload')
|
||||
Reference in New Issue
Block a user