Skip to content

Commit 9685778

Browse files
committed
chore: bump version to 1.0.0
1 parent f57d00f commit 9685778

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flat_api/api_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7777
self.default_headers[header_name] = header_value
7878
self.cookie = cookie
7979
# Set default User-Agent.
80-
self.user_agent = 'flat_api/0.9.0'
80+
self.user_agent = 'flat_api/1.0.0'
8181

8282
def __enter__(self):
8383
return self

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from setuptools import setup, find_packages
1313

1414
NAME = "flat_api"
15-
VERSION = "0.8.1"
15+
VERSION = "1.0.0"
1616
# To install the library, run the following
1717
#
1818
# python setup.py install

0 commit comments

Comments
 (0)